Fixed preservation of HTTP headers when using StartResponse
This commit is contained in:
parent
cf1200cab1
commit
1ca3775552
2 changed files with 8 additions and 6 deletions
|
@ -35,6 +35,7 @@ namespace HTTP {
|
|||
void Chunkify(const char * data, unsigned int size, Socket::Connection & conn);
|
||||
void Proxy(Socket::Connection & from, Socket::Connection & to);
|
||||
void Clean();
|
||||
void CleanPreserveHeaders();
|
||||
static std::string urlunescape(const std::string & in);
|
||||
static std::string urlencode(const std::string & in);
|
||||
std::string body;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue