Derek McGowan

Results 319 comments of Derek McGowan

From the PROTOCOL.md under Top Level Channels (we need section numbers!) > When an endpoint receives a new inbound SPDY stream, and the initial headers DO NOT include the key...

@mcollina implemented the above with an additional header for channels called 'libchan-parent-ref' https://github.com/dmcgowan/libchan/commit/de99fa22bba323fd16b6e6e2039a7f0e8b29aa16 Also have a rebased rexec which uses this https://github.com/dmcgowan/libchan/commit/3d21143c02e2510330e161585df34795f17a92be We can also come up with a different...

I would say open an issue but perhaps after the rexec is merged in. Are you able to reproduce it just after making repeated calls to longer-lived server?

Spending some time on code review will be useful. I will slot some time later in the week to review and test this change.

There seems to be two distinct changes in this PR, atleast from the review perspective. Let me address the accept timeout first and then heartbeat/dead session detection second. Do you...

Adding to 0.2.1 for an implementation of the stream provider interface which does packet capturing and forwarding to another stream provider.

Added to 0.2.0 which should have an updated to readme and protocol. Should also take the readme updates and put them into the godoc.

Discussed with @mcollina a simple protocol which can be used on the Go side and jschan side other than spdy.

There is currently no WIP branch, all my current changes are in master or in a PR against master.

Ping @mcollina for review of initial draft Matteo, I am still uncertain about the method for doing acks, you were as well. Think of possibly keeping acks much simpler, a...