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
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:
The text was updated successfully, but these errors were encountered:
Well, I'm not so sure because I think if it's a problem then it should have been found long time ago.
However, there is a git comment bound to the param 'filei_nfo' saying: ' fix move assign operator not moving file_info'
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:
The text was updated successfully, but these errors were encountered: