Re: [go-nuts] Re: disabling HTTP/2 client with DefaultTransport

2022-10-18 Thread Jean-François Giorgi
Hi I don't understand your reply: that is what I do in client1 already... my issue was 'disabling HTTP/2 client with DefaultTransport'. Le mer. 19 oct. 2022 à 00:04, 'Dennis Vashchuk' via golang-nuts < golang-nuts@googlegroups.com> a écrit : > ``` > transport := &http.Transport{ > TLSClientConfi

Re: [go-nuts] Go http/2 implementation is x5 less per performant than http/1.1

2021-11-19 Thread Jean-François Giorgi
I already use the replace directive for but this doesn't for the net/http h2_bundle thing. see https://www.youtube.com/watch?v=FARQMJndUn0&t=814s Le ven. 19 nov. 2021 à 18:33, Robert Engels a écrit : > > Use the replace directive to point the net package to your local copy. > > Much easier to t