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
A user recently reported that req.on('end', function () { would not be ran when using Trireme and a non-Node.js HTTP adapter like the Netty one that is a part of this project. Here is the original report:
A user recently reported that
req.on('end', function () {
would not be ran when using Trireme and a non-Node.js HTTP adapter like the Netty one that is a part of this project. Here is the original report:https://community.apigee.com/questions/12183/usage-of-middleware-after-response-sent.html
That thread also has a workaround but it would be nice if Trireme's non-Node.js HTTP adapters worked like Node.js itself does in this respect.
The text was updated successfully, but these errors were encountered: