Skip to content

Instantly share code, notes, and snippets.

@alexlehm
Created November 11, 2014 22:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexlehm/dba84c5638c7a338e09b to your computer and use it in GitHub Desktop.
Save alexlehm/dba84c5638c7a338e09b to your computer and use it in GitHub Desktop.
cReq.headers().set(req.headers());
change to:
MultiMap headers=req.headers();
headers.set("Connection", "close");
cReq.headers().set(headers);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment