ClickHouse/src/Server/HTTP
Ivan 495c6e03aa
Replace all Context references with std::weak_ptr (#22297)
* Replace all Context references with std::weak_ptr

* Fix shared context captured by value

* Fix build

* Fix Context with named sessions

* Fix copy context

* Fix gcc build

* Merge with master and fix build

* Fix gcc-9 build
2021-04-11 02:33:54 +03:00
..
HTMLForm.cpp Merge remote-tracking branch 'upstream/master' into poco-http2 2021-04-01 16:20:15 +03:00
HTMLForm.h Remove unused code 2021-03-04 16:58:18 +03:00
HTTPRequest.h Make Poco HTTP Server zero-copy again (#19516) 2021-02-19 15:51:26 +03:00
HTTPRequestHandler.h Make Poco HTTP Server zero-copy again (#19516) 2021-02-19 15:51:26 +03:00
HTTPRequestHandlerFactory.h Make Poco HTTP Server zero-copy again (#19516) 2021-02-19 15:51:26 +03:00
HTTPResponse.h Make Poco HTTP Server zero-copy again (#19516) 2021-02-19 15:51:26 +03:00
HTTPServer.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
HTTPServer.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
HTTPServerConnection.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
HTTPServerConnection.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
HTTPServerConnectionFactory.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
HTTPServerConnectionFactory.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
HTTPServerRequest.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
HTTPServerRequest.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
HTTPServerResponse.cpp Remove unused code 2021-03-04 16:58:18 +03:00
HTTPServerResponse.h Initialize pointer with nullptr 2021-04-01 16:26:13 +03:00
ReadHeaders.cpp Fix checkpoint position after putting it on buffer end (#22518) 2021-04-07 16:22:38 +03:00
ReadHeaders.h Make Poco HTTP Server zero-copy again (#19516) 2021-02-19 15:51:26 +03:00
README.md Add trivial README about Poco-based code 2021-03-04 15:43:00 +03:00
WriteBufferFromHTTPServerResponse.cpp Fix abnormal server termination for nested writers 2021-02-28 15:13:42 +03:00
WriteBufferFromHTTPServerResponse.h Make Poco HTTP Server zero-copy again (#19516) 2021-02-19 15:51:26 +03:00

Notice

The source code located in this folder is based on some files from the POCO project, from here contrib/poco/Net/src.