libreoffice-online/net
Gabriel Masei 3aa81e8ba1 add 'Connection: close' header to http responses.
If the connection is closed right after the response was sent
then it's wise to add 'Connection: close' header to the response
so that the client optimizes its behaviour: e.g. does not reuse
the socket for further http requests. Normally  a client should
retry a request if the reuse of an old socket fails and that
should solve the problem but still this is an overhead.

Signed-off-by: Gabriel Masei <gabriel.masei@1and1.ro>
Change-Id: I29f1498610c567024def3beb1ad7014f2c15a232
2022-10-04 13:45:58 +02:00
..
Buffer.hpp
clientnb.cpp
DelaySocket.cpp mutex include cleanup. 2022-08-31 21:31:31 +01:00
DelaySocket.hpp mutex include cleanup. 2022-08-31 21:31:31 +01:00
FakeSocket.cpp
FakeSocket.hpp
HttpHelper.cpp add 'Connection: close' header to http responses. 2022-10-04 13:45:58 +02:00
HttpHelper.hpp
HttpRequest.cpp wsd: http: improved logging 2022-08-02 07:51:52 -04:00
HttpRequest.hpp Split config.h into separate headers to avoid extensive rebuild 2022-09-05 12:32:49 +01:00
NetUtil.cpp
NetUtil.hpp Fix typos in comments 2022-08-23 18:37:44 +02:00
ServerSocket.hpp wsd: make socket FD log prefix implicit and cleanup logs 2022-06-07 09:09:00 +01:00
Socket.cpp wsd: fix multi-part logging 2022-09-13 09:45:43 +02:00
Socket.hpp Fix typos in comments 2022-08-23 18:37:44 +02:00
Ssl.cpp wsd: use the default DH parameters in SSL 2022-04-22 09:47:19 +02:00
Ssl.hpp
SslSocket.hpp wsd: improve SSL error reporting 2022-09-13 08:31:42 -04:00
WebSocketHandler.hpp UTF8 validation: print out offset of problem in hex to match the dump. 2022-08-27 08:21:28 -04:00
WebSocketSession.hpp wsd: test: correct shutdown of WebSocketSession 2022-08-02 09:24:46 -04:00