You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The golang http server will write out on close, just in case nothing was written. Could the End() method be changed to call Write([]byte{}) so that it will trigger the headers and status OK being written?
This is using v2.0.0 of the library.
The text was updated successfully, but these errors were encountered:
UnquietCode
added a commit
to UnquietCode/gateway
that referenced
this issue
Nov 9, 2020
The golang http server will write out on close, just in case nothing was written. Could the
End()
method be changed to callWrite([]byte{})
so that it will trigger the headers and status OK being written?This is using v2.0.0 of the library.
The text was updated successfully, but these errors were encountered: