[go-nuts] Re: HTTP/2 Server Push - what is happening during 'Reading Push' ?

2018-05-21 Thread rasmusj . se
To whom it may concern, I have found the reason for this problem. It's a bug i dev-tools not Go, check my blog post on the matter for more details https://blog.rasmusj.se/2017/03/bug-network-throttling-in-google-chrome.html -- You received this message because you are subscribed to the Google G

[go-nuts] Re: HTTP/2 Server Push - what is happening during 'Reading Push' ?

2017-03-28 Thread rasmusj . se
I am also experiencing issues with server push in Go/1.8 using the http.Pusher interface. I think my problem relate to yours, when I use pusher I expect to get a near instant load time on a pushed resource when I request it through the JS console a couple of seconds later. But I also get stuck i