zaidka / cliget

A Firefox addon to download login-protected files from the command line
https://addons.mozilla.org/en-US/firefox/addon/cliget/
Mozilla Public License 2.0
358 stars 57 forks source link

Implement capturing request headers for e10s #34

Closed char101 closed 8 years ago

zaidka commented 8 years ago

Thanks a lot for the PR. It's merged now. Though I'm not too sure about the new configuration option (request_header_cache_size). Why not hard code it to a value such that the user doesn't need to worry about it?

char101 commented 8 years ago

Thanks. I added the preference as a debugging aid and because there is no ideal number on how big the cache should be - larger cache can handle more extreme case but uses more memory.