CrowdHailer / Ace

HTTP web server and client, supports http1 and http2
https://hex.pm/packages/ace
MIT License
304 stars 26 forks source link

Don't reset the stream on :normal #154

Closed CharlesOkwuagwu closed 4 years ago

CharlesOkwuagwu commented 4 years ago

Don't reset the stream on :normal. This allows the Stream to complete properly.

varnerac commented 4 years ago

This solves the issue. It just needs formatting. @CrowdHailer can merge my test (https://github.com/CrowdHailer/Ace/pulls) after he merges yours.