summaryrefslogtreecommitdiffstats
path: root/src/HTTP
diff options
context:
space:
mode:
authorLukas Pioch <lukas@zgow.de>2017-09-19 10:34:08 +0200
committerMattes D <github@xoft.cz>2017-09-19 10:34:08 +0200
commitc5f590d460f75e91d428ecd7758d1bb0910c0942 (patch)
treee70f9b2b5996c6439af396d97e90ad8df18ec74e /src/HTTP
parentcFinishGenPreSimulator: Preserve sand meta (#4025) (diff)
downloadcuberite-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 'src/HTTP')
-rw-r--r--src/HTTP/HTTPServer.cpp2
-rw-r--r--src/HTTP/HTTPServer.h2
-rw-r--r--src/HTTP/SslHTTPServerConnection.cpp2
-rw-r--r--src/HTTP/SslHTTPServerConnection.h2
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