Skip to content

Releases: jshttp/on-finished

2.4.1

22 Feb 16:10
Compare
Choose a tag to compare
  • Fix error on early async hooks implementations

2.4.0

21 Feb 16:32
Compare
Choose a tag to compare
  • Prevent loss of async hooks context

2.3.0

27 May 01:20
Compare
Choose a tag to compare
  • Add defined behavior for HTTP CONNECT requests
  • Add defined behavior for HTTP Upgrade requests
  • deps: ee-first@1.1.1

2.2.1

23 Apr 01:32
Compare
Choose a tag to compare
  • Fix isFinished(req) when data buffered

2.2.0

23 Dec 06:47
Compare
Choose a tag to compare
  • Add message object to callback arguments

2.1.1

23 Oct 01:13
Compare
Choose a tag to compare
  • Fix handling of pipelined requests

2.1.0

17 Aug 02:27
Compare
Choose a tag to compare
  • Check if socket is detached
  • Return undefined for isFinished if state unknown

2.0.0

17 Aug 02:27
Compare
Choose a tag to compare
  • Add isFinished function
  • Move to jshttp organization
  • Remove support for plain socket argument
  • Rename to on-finished
  • Support both req and res as arguments
  • deps: ee-first@1.0.5