Custom Query (2297 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 2297)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#2432 fixed deprecate HTTP/2 Server Push and port to 103 Early Hints adrelanos@…
Description

HTTP/2 Server Push (the link: HTTP header) has been deprecated:

  • developer.chrome.com/blog/removing-push/

It is being replaced by 103 Early Hints:

  • developer.chrome.com/blog/early-hints/
  • developer.mozilla.org/en-US/docs/Web/HTTP/Status/103
#1939 fixed Phrasing in doc `ngx_http_limit_req_module` Yaroslav Zhuravlev adrian5@…
Description

https://nginx.org/en/docs/http/ngx_http_limit_req_module.html

"If the zone storage is exhausted, the least recently used state is removed. Even if after that a new state cannot be created, the request is terminated with an error."

Unless I misunderstood the intention, I think this should read: "… state is removed. If even after that a new state cannot be created, the …".

"Even if X then Y" → I'll be done anyway. "If even X then Y" → I'll be done if X fails.

#1559 wontfix ways to expose the value of client_max_body_size adrianovaroli@…
Description

Is there a way to read the value of client_max_body_size from an app? That would eventually let me warn users that their upload would fail before submitting, like so:

  • server app reads the value from nginx
  • server app writes the value to a client-side js method that handles uploads
  • user tries to upload a file > client_max_body_size
  • js reads saved value, compares against file size, stops the upload and warns
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.