drop.chapril.org-firefoxsend/server/routes
Danny Coates 6184a70ba4
fixes #1005
The upstream gcp aggressively closes the connection once it has
received Content-Length bytes. However the @google-cloud/storage
module doesn't handle this well and emits no event in this case.
We were setting Content-Length because it's slightly more
efficient and was important for our download progress
bar (not anymore). The download should function fine without
setting the Content-Length, and allows the storage stream to finish
before closing the upstream socket.
2018-11-14 16:38:46 -08:00
..
delete.js refactored server 2018-02-09 15:03:05 -08:00
download.js fixes #1005 2018-11-14 16:38:46 -08:00
exists.js refactored server 2018-02-09 15:03:05 -08:00
index.js removed unsafe-inline styles via svgo-loader. fixes #740 2018-02-26 11:48:28 -08:00
info.js refactored server 2018-02-09 15:03:05 -08:00
jsconfig.js fixed GA var in jsconfig 2017-08-25 13:13:45 -07:00
metadata.js refactored server 2018-02-09 15:03:05 -08:00
pages.js extracted server id validation 2018-02-05 16:37:06 -08:00
params.js refactored server 2018-02-09 15:03:05 -08:00
password.js refactored server 2018-02-09 15:03:05 -08:00
upload.js refactored server 2018-02-09 15:03:05 -08:00