diff options
author | Lukas Pioch <lukas@zgow.de> | 2017-09-19 10:34:08 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2017-09-19 10:34:08 +0200 |
commit | c5f590d460f75e91d428ecd7758d1bb0910c0942 (patch) | |
tree | e70f9b2b5996c6439af396d97e90ad8df18ec74e /src/HTTP | |
parent | cFinishGenPreSimulator: Preserve sand meta (#4025) (diff) | |
download | cuberite-c5f590d460f75e91d428ecd7758d1bb0910c0942.tar cuberite-c5f590d460f75e91d428ecd7758d1bb0910c0942.tar.gz cuberite-c5f590d460f75e91d428ecd7758d1bb0910c0942.tar.bz2 cuberite-c5f590d460f75e91d428ecd7758d1bb0910c0942.tar.lz cuberite-c5f590d460f75e91d428ecd7758d1bb0910c0942.tar.xz cuberite-c5f590d460f75e91d428ecd7758d1bb0910c0942.tar.zst cuberite-c5f590d460f75e91d428ecd7758d1bb0910c0942.zip |
Diffstat (limited to '')
-rw-r--r-- | src/HTTP/HTTPServer.cpp | 2 | ||||
-rw-r--r-- | src/HTTP/HTTPServer.h | 2 | ||||
-rw-r--r-- | src/HTTP/SslHTTPServerConnection.cpp | 2 | ||||
-rw-r--r-- | src/HTTP/SslHTTPServerConnection.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/HTTP/HTTPServer.cpp b/src/HTTP/HTTPServer.cpp index 24c09aa38..aff2331a6 100644 --- a/src/HTTP/HTTPServer.cpp +++ b/src/HTTP/HTTPServer.cpp @@ -1,4 +1,4 @@ - + // HTTPServer.cpp // Implements the cHTTPServer class representing a HTTP webserver that uses cListenThread and cSocketThreads for processing diff --git a/src/HTTP/HTTPServer.h b/src/HTTP/HTTPServer.h index a2d5d84fc..a70d41069 100644 --- a/src/HTTP/HTTPServer.h +++ b/src/HTTP/HTTPServer.h @@ -1,4 +1,4 @@ - + // HTTPServer.h // Declares the cHTTPServer class representing a HTTP webserver that uses cListenThread and cSocketThreads for processing diff --git a/src/HTTP/SslHTTPServerConnection.cpp b/src/HTTP/SslHTTPServerConnection.cpp index 99fb1b956..20554708a 100644 --- a/src/HTTP/SslHTTPServerConnection.cpp +++ b/src/HTTP/SslHTTPServerConnection.cpp @@ -1,4 +1,4 @@ - + // SslHTTPConnection.cpp // Implements the cSslHTTPServerConnection class representing a HTTP connection made over a SSL link diff --git a/src/HTTP/SslHTTPServerConnection.h b/src/HTTP/SslHTTPServerConnection.h index 894a2cc4a..6fd3ff309 100644 --- a/src/HTTP/SslHTTPServerConnection.h +++ b/src/HTTP/SslHTTPServerConnection.h @@ -1,4 +1,4 @@ - + // SslHTTPServerConnection.h // Declares the cSslHTTPServerConnection class representing a HTTP connection made over an SSL link |