How does request caching works with HTTP 3? #221
Replies: 1 comment 4 replies
-
Hi, Yes, the maximum capable size of request body is 64k (65536 bytes) for http/3 by default. You can increase this by configuring Lines 120 to 126 in 3af6ac9
Also, in the same sense, requests are not cached at |
Beta Was this translation helpful? Give feedback.
-
Hi, it turned out that uploading bigger files than 64k exceeds the default limit of rpxy.
I was wondering, are such requests cached by rpxy? How will increasing the limit affect memory usage? Can caching be disabled so that the backend application handle it as it please?
Beta Was this translation helpful? Give feedback.
All reactions