ninenines / gun

HTTP/1.1, HTTP/2, Websocket client (and more) for Erlang/OTP.
ISC License
891 stars 232 forks source link

handle any zero-sized Data in http:data with fin #266

Closed mbj4668 closed 2 years ago

mbj4668 commented 3 years ago

I passed [] as Data to gun:data/4 with fin, and got really weird results... Eventually I found this.

essen commented 3 years ago

Please add a test if possible.

essen commented 2 years ago

Merged, thanks!