Skip to content

2.2.0

Compare
Choose a tag to compare
@pushkarnk pushkarnk released this 29 Jul 03:23
· 20 commits to master since this release
a7be981

What's new

  • A nasty race condtion related to WebSocket upgrade has been removed (#217)
  • ClientRequest: HTTP credentials will no longer be included in the ClientRequest.url property. This is a small behaviour change (#208)
  • The creation of HTTPServerRequest objects is now permissible only on the EventLoop on which the underlying HTTP request arrived (#215)
  • ClientRequest: new request headers added for parity with Kitura-net (#213)
  • ClientResponse.status is now updated to reflect the value of ClientResponse.statusCode (#214)