question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Increase/Config Max Response Buffer Size

See original GitHub issue

Awesome 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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
endlesshhcommented, Dec 31, 2019

怎么修改?哪个类?

proxy.addLastHttpFilterFactory(new ResponseFilterAdapter.FilterSource(new ResponseFilter() { @Override public void filterResponse(HttpResponse response, HttpMessageContents contents, HttpMessageInfo messageInfo) {

         }

},20971520)

0reactions
ericbelandcommented, Dec 5, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found