Releases: jshttp/on-finished
Releases · jshttp/on-finished
2.4.1
2.4.0
- Prevent loss of async hooks context
2.3.0
- Add defined behavior for HTTP
CONNECT
requests - Add defined behavior for HTTP
Upgrade
requests - deps: [email protected]
2.2.1
- Fix
isFinished(req)
when data buffered
2.2.0
- Add message object to callback arguments
2.1.1
- Fix handling of pipelined requests
2.1.0
- Check if
socket
is detached - Return
undefined
forisFinished
if state unknown
2.0.0
- Add
isFinished
function - Move to
jshttp
organization - Remove support for plain socket argument
- Rename to
on-finished
- Support both
req
andres
as arguments - deps: [email protected]