Loading lib/README.pipelining +2 −0 Original line number Original line Diff line number Diff line Loading @@ -38,6 +38,8 @@ Decisions Already Made plain 'pipelining' to possibly one day support it for other protocols as plain 'pipelining' to possibly one day support it for other protocols as well. well. - HTTP Pipelining is for GET and HEAD requests only. - When a pipeline is in use, we must take precautions so that when used easy - When a pipeline is in use, we must take precautions so that when used easy handles (i.e those who still wait for a response) are removed from the multi handles (i.e those who still wait for a response) are removed from the multi handle, we must deal with the outstanding response nicely. handle, we must deal with the outstanding response nicely. Loading Loading
lib/README.pipelining +2 −0 Original line number Original line Diff line number Diff line Loading @@ -38,6 +38,8 @@ Decisions Already Made plain 'pipelining' to possibly one day support it for other protocols as plain 'pipelining' to possibly one day support it for other protocols as well. well. - HTTP Pipelining is for GET and HEAD requests only. - When a pipeline is in use, we must take precautions so that when used easy - When a pipeline is in use, we must take precautions so that when used easy handles (i.e those who still wait for a response) are removed from the multi handles (i.e those who still wait for a response) are removed from the multi handle, we must deal with the outstanding response nicely. handle, we must deal with the outstanding response nicely. Loading