Hi All,
I am new to mod-spdy. I am trying to find the code flow from start to end of mod spdy. Am experiencing some difficulties. Is there any code flow documents u have for mod-spdy. ? If so can some one help me with understanding the code flow. Thanks a lot in advance.
Hi Steele,
Thanks a lot for your response. I was looking into the mod-spdy code base today. I got ideas abt how it is converting Spdy-Http and Http back to Spdy and all. But i didnt get any information about how and when the sockets,SSL_Contexts are created etc. I can find only the conversion steps in mod_spdy.cc and its releted files. I needed the point in the code where the client's socket (Browser's Socket connection) is accepted in mod-spdy. It will be very helpful if u provide some informations related to SocketCreations, and how the socket is bound to Spdy etc. Thanks in advance.