Jesse von Doom
Jesse von Doom
Could it be an encoding issue maybe? (http://stackoverflow.com/questions/93551/how-to-encode-the-filename-parameter-of-content-disposition-header-in-http) — I'll try to play around with adding some tests and see if I can't get a pass. Here's the test suite...
Ah okay. Yeah I ran into that same issue trying to decipher the Amazon docs. A check (or even straight-up dropping invalid headers) is a good idea — left it...
My panics were getting more frequent too, to the point where I got a little desperate and tried this patch: https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1415880 The issue seems to be happening when the broadcom...
All I did was edit the dkms.conf as above and run: ``` sudo /usr/lib/dkms/common.postinst bcmwl 6.30.223.248+bdcom /usr/share/bcmwl x86_64 $(uname -r) ``` Already had the source package installed, and the script...