google-code-export / camlistore

Automatically exported from code.google.com/p/camlistore
Apache License 2.0
0 stars 0 forks source link

Temporary GCE SPDY proxy #534

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Camlistore web UI assumes the user has a low-latency connection or has a 
browser with SPDY or HTTP/2 enabled. (we have lots of tiny js and css files, 
not merged together, by choice)

Eventually we should have HTTP/2 support on the Go server (Issue 533) but in 
the meantime we could run a SPDY proxy on the GCE instances to provide SPDY to 
clients today.  Perhaps we just throw nginx in there.

Original issue reported on code.google.com by bradfitz on 21 Oct 2014 at 10:05

GoogleCodeExporter commented 9 years ago
Just pushed https://camlistore-review.googlesource.com/4077

Original comment by salman.a...@gmail.com on 9 Nov 2014 at 6:27

GoogleCodeExporter commented 9 years ago
Note for myself: this improvement needs to be used by create.go/the wizard too, 
before we close this issue.

Original comment by mathieu....@gmail.com on 15 Nov 2014 at 1:15

GoogleCodeExporter commented 9 years ago
the proxy itself: 4ed9ebb9fd7e0480af19a3c1a581254c59fe44fd

Original comment by mathieu....@gmail.com on 17 Nov 2014 at 4:17

GoogleCodeExporter commented 9 years ago
This issue has moved to https://camlistore.org/issue/534

Original comment by bradfitz on 14 Dec 2014 at 11:37