diff options
-rw-r--r-- | src/cowboy_http_req.erl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cowboy_http_req.erl b/src/cowboy_http_req.erl index e40bbc6..c302100 100644 --- a/src/cowboy_http_req.erl +++ b/src/cowboy_http_req.erl @@ -503,7 +503,8 @@ upgrade_reply(Status, Headers, Req=#http_req{socket=Socket, transport=Transport, compact(Req) -> Req#http_req{host=undefined, host_info=undefined, path=undefined, path_info=undefined, qs_vals=undefined, - bindings=undefined, headers=[]}. + bindings=undefined, headers=[], + p_headers=[], cookies=[]}. %% Internal. |