Derek McGowan

Results 319 comments of Derek McGowan

If someone wants to participate in building a QUIC golang implementation then I think progress can be made on this issue. Otherwise I will close it for now and we...

@sheerun if you know of any Go libraries implementing QUIC I would love to give it a try. Also feel free to advocate for an alternative. As it stands now...

+1 on defining an extended type for time. @stevvooe is this currently blocking any implementation or is using string a good enough work around for now? If it is we...

The code updated in this PR will be deprecated by #79. Do you have a timeframe for needing this feature? I will close it when the other is ready and...

@mcollina brought this up to me earlier. I am for defining the HTTP/2 based protocol as soon as possible. As part of this transition, I would like to first take...

Switched to help wanted and into 0.2.1 milestones. I will not be able to own this anytime soon so it might need to be pushed out. The 0.2.0 version will...

The next version of libchan will have the underlying transport abstracted away using this interface https://github.com/dmcgowan/streams. The codec will also be behind an interface to support different codecs in the...

0.2.0 will not have a compatible API to 0.1.0. Migration can be summarized as using the provider interface. Once it is complete and I am ready to tag 0.2.0 I...

Creating listener now works a bit different. The libchan `spdy` package is no longer dealing directly with the tcp listener. Just use a connection which was either created on accepted...

Can you provide a code snippet which produces this panic? I am writing unit tests for this other the PR and not quite sure I understand the case that is...