Add basic proxy parser

This commit is contained in:
Alex Hultman
2020-06-05 19:23:15 +02:00
parent 9e3a75b19a
commit e70bbb4fb6
4 changed files with 69 additions and 3 deletions
+7
View File
@@ -52,6 +52,13 @@ private:
return (HttpResponseData<SSL> *) Super::getAsyncSocketData();
}
/* If we have proxy support */
#ifdef WITH_PROXY
void getProxiedRemoteAddress() {
}
#endif
/* Write an unsigned 32-bit integer in hex */
void writeUnsignedHex(unsigned int value) {
char buf[10];