Increase/Config Max Response Buffer Size
See original GitHub issueAwesome work taking on the bmp proxy support! One nice enhancement would be to allow for users to specify their own max response sizes:
private static final int DEFAULT_MAXIMUM_RESPONSE_BUFFER_SIZE = 2097152;
Currently, the 2Meg cap is too light for video and similarly large responses. My team has been building BMP from source for a while now and increasing this to 20Megs but ideally it’d be great if the user could set this via a flag.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top Results From Across the Web
pull-request: wireless-drivers-next-2021-10-07 - Patchwork
Hi, here's a pull request to net-next tree, more info below. Please let me know if there are any problems. Kalle The following...
Read more >jitsi-meet-release-notes/CHANGELOG-WEB.md at master
fix(connection-stats) Do not display max enabled resolution on SS tile. fix(ios) fix uploading symbols to Crashlytics; fix(thumbnail) Fix top indicators sizes ...
Read more >Release Archive - FreeFileSync
Increased SFTP buffer sizes for faster upload/download ... Fixed empty HTTP response during update check (macOS/Linux). Warn if Donation Edition is active ...
Read more >Firmware (LOB-GW-WMBUS-NB2) - Lobaro Docs
Increase system stack size by 2k; Remove unnecessary blocking mutexes during connection try statistics logging; Add 2nd retry on internal modem mode changes ......
Read more >Commit - rpms/kernel ... - CentOS Git server
+ - ath11k: Fix deleting uninitialized kernel timer during fragment cache flush ... + - wilc1000: increase config packets response wait timeout limit...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
proxy.addLastHttpFilterFactory(new ResponseFilterAdapter.FilterSource(new ResponseFilter() { @Override public void filterResponse(HttpResponse response, HttpMessageContents contents, HttpMessageInfo messageInfo) {
},20971520)
We recently merged a PR with a hard-coded temporary bump, although we haven’t gone as far as making it a config option, which would be nice to do.