Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added "no-transform" to "Cache-Control" header #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nahuel
Copy link

@nahuel nahuel commented Jun 4, 2020

Some proxies buffers SSE events to compress the stream. The no-transform directive forbidden this bad behavior. More info at:

facebook/create-react-app#1633
vercel/next.js#9965 (comment)

Some proxies buffers SSE events to compress the stream. The 'no-transform' directive forbidden this bad behavior. More info at:

facebook/create-react-app#1633
vercel/next.js#9965 (comment)
@codecov-commenter
Copy link

codecov-commenter commented Jun 4, 2020

Codecov Report

Merging #31 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #31   +/-   ##
=======================================
  Coverage   98.36%   98.36%           
=======================================
  Files           1        1           
  Lines          61       61           
  Branches       13       13           
=======================================
  Hits           60       60           
  Misses          1        1           
Impacted Files Coverage Δ
index.js 98.36% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 312a917...3cc4d55. Read the comment docs.

@ivansky
Copy link

ivansky commented Jan 25, 2021

Hi @dpskvn @germangamboa95 is there any updates on this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants