Azure / azure-relay-node

☁️Node.js library for Azure Relay Hybrid Connections
https://docs.microsoft.com/en-us/azure/service-bus-relay/relay-what-is-it
MIT License
12 stars 14 forks source link

Fixing support for express.js #56

Closed diegohexi closed 3 years ago

diegohexi commented 3 years ago

Description

Assigning functions to 'handleBody' and 'destroy' based on IncomingMessage class own implementations. This fixes express.js POST support for small/large payloads

diegohexi commented 3 years ago

build issues seems to be unrelated to fix

bainian12345 commented 3 years ago

Although it's been here for a while, but thank you very much for your PR! Your contribution is greatly appreciated.