[go-nuts] Re: HTTP/2 Adventure in the Go World

2018-08-13 Thread Eyal
Hi Michal,
Thanks,
When removed, the netconn.TestConn tests are failing for race condition 
with the -race flag.

On Monday, August 13, 2018 at 11:41:23 AM UTC+3, mic...@scylladb.com wrote:
>
> That's cool, I'm not sure if the locks on Conn object [1] are needed, 
> could it just rely on locking in http2?
>
> [1] https://github.com/posener/h2conn/blob/master/conn.go#L18
>
> On Sunday, August 12, 2018 at 4:40:03 PM UTC+2, Eyal wrote:
>>
>> Hi,
>> You are welcome to read a blog post I wrote about a short experience with 
>> HTTP/2 and Go.
>>
>> https://posener.github.io/http2/
>>
>> Cheers,
>> Eyal
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[go-nuts] Re: HTTP/2 Adventure in the Go World

2018-08-13 Thread michal
That's cool, I'm not sure if the locks on Conn object [1] are needed, could 
it just rely on locking in http2?

[1] https://github.com/posener/h2conn/blob/master/conn.go#L18

On Sunday, August 12, 2018 at 4:40:03 PM UTC+2, Eyal wrote:
>
> Hi,
> You are welcome to read a blog post I wrote about a short experience with 
> HTTP/2 and Go.
>
> https://posener.github.io/http2/
>
> Cheers,
> Eyal
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.