]> granicus.if.org Git - apache/commit
distinguish between these two states:
authorJeff Trawick <trawick@apache.org>
Fri, 1 Aug 2003 10:41:46 +0000 (10:41 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 1 Aug 2003 10:41:46 +0000 (10:41 +0000)
commit92286bea45d39cfa77d4bf59f1ae12621860b752
tree22cbaf9e49f4edc2e32fdc844d28509edb938bf9
parent5f94c42bd65fd58827c4391f1edad06b53cc6894
distinguish between these two states:

. just issued connect(), polling for writability to find out when connect()
  completed
. already connected, waiting for data from the server so polling for
  readability

by only polling for writability during the first state, we avoid some
logic in test() which inappropriately writes multiple requests to the
server

btw, the most basic SSL test segfaulted before and after this commit

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100889 13f79535-47bb-0310-9956-ffa450edef68
support/ab.c