forked from Telodendria/Telodendria
Initialize the server response code
This commit is contained in:
parent
f12eaaaba8
commit
47338fd001
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ HttpServerContextCreate(HttpRequestMethod requestMethod,
|
|||
c->requestMethod = requestMethod;
|
||||
c->requestPath = requestPath;
|
||||
c->stream = stream;
|
||||
c->responseStatus = HTTP_OK;
|
||||
|
||||
return c;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue