[Citadel Development] Re: Citadel commit log: revision 8599

2010-06-01 Thread IGnatius T Foobar
I'm working on this too.  It isn't actually that specific server command.
 WebCit's ability to receive server replies appears to be broken by the time
get_serv_info() starts.  When I began checking the output of the IDEN command,
it failed there too. 
  
 I just added some code to check the greeting banner for errors other than
571.  Now if it gets anything that doesn't start with 2XX, it'll throw an
error to the user. 
 


[Citadel Development] Re: Citadel commit log: revision 8599

2010-06-01 Thread dothebart


ah, yea that might be a good thing to do.
Maybe 200 isn't the appropriate HTTP status for that situation either?




[Citadel Development] Re: Citadel commit log: revision 8599

2010-06-01 Thread IGnatius T Foobar
Very weird.  We had another unexpected response error with those checks
in place.  The server passed the 200 banner check, but then by the time we
got into get_serv_info(), the server responses became blank. 
  
 The next time it happens I will try to analyze it from the citserver side
to see if anything interesting comes up.