-
-
Notifications
You must be signed in to change notification settings - Fork 511
Open
Labels
bugSomething isn't workingSomething isn't workingdiscussionThe viability / implementation of the issue is up for debateThe viability / implementation of the issue is up for debate
Description
Hi in this issue 'Added HTTP compression using gzip or deflate #93' you said:
'I think for now it's best to disable gzip when streaming a response (whether it's static files or large responses), maybe will be added with websocket compression'
No matter how I set 'compressed' flag to false I still find header 'Content-Encoding' in my response. So I assumed that the authentic response returned is not the one I define but the one that is copied from it. Thus I thought compressed flag might forgot to be set in the copy-construct function and finally I got this:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdiscussionThe viability / implementation of the issue is up for debateThe viability / implementation of the issue is up for debate
