patricmutwiri / mod-spdy

Automatically exported from code.google.com/p/mod-spdy
0 stars 0 forks source link

Add a way to get the ID of the master SPDY connection for a given request #70

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
An idea was raised on the mod-spdy-discuss mailing list to create a module that 
would automatically learn which resources to server-push in response to a given 
request.  To that end, it would be helpful if that module had a way of knowing 
when two SPDY requests were on the same SPDY connection.  We should add an 
inter-module function that allows one to get the connection ID of the master 
connection for a given SPDY request.

Original issue reported on code.google.com by mdste...@google.com on 6 May 2013 at 8:07