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

WSOD with hudge headers #1

Closed
lbodiguel opened this issue Jan 11, 2018 · 1 comment
Closed

WSOD with hudge headers #1

lbodiguel opened this issue Jan 11, 2018 · 1 comment

Comments

@lbodiguel
Copy link

lbodiguel commented Jan 11, 2018

Hi,

On our dev environments, we've got the following drupal setting set to true on our development.services.yml :
http.response.debug_cacheability_headers: true

With some huge content types, create/edit forms reponses sends an extremly large X-Drupal-Cache-Tags header, which breaks varnish with the following error :

BogoHeader Header too long: X-Drupal-Cache-Tags

We've found a dirty workaround by setting VARNISHD_THREAD_POOL_MAX to 1000 -p http_resp_hdr_len=65536 -p http_resp_size=98304 since VARNISHD_THREAD_POOL_MAX is the last used variable.

Would it be possible to add VARNISHD_RESP_HDR_LEN and VARNISHD_HTTP_RESP_SIZE to the available variables please ?

Thank you !

csandanov added a commit that referenced this issue Jan 15, 2018
@csandanov
Copy link
Member

Additional env vars to control varnishd params have been added and available in tags latest and stability tag 2.3.0, i.e. wodby/varnish:4-2.3.0

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

No branches or pull requests

2 participants