[mod_python] apache API and mod_python <-> protocol moduleintegration

fitnah55 fitnah55 at hotmail.com
Fri Jul 18 13:43:53 EST 2003


okay i checked the client side by putting it into forced character
at a time mode, and now i can get the python handler to print to
stdout that its getting the characters a character at a time - but
the 'echo' part is still buffering until a CRLF is detected.. which
when i put the client into forced mode, it only sends CR and not the
LF..

i'm going to look at the conn_object.c code and the apache.py code
again, but i am having difficulty following what all is going on


> okay i'm still having a little problem with this, since i'm trying to
> get telnet into full duplex character mode..
> 
> apparently the connection object is buffering the input for a CRLF
> and i cant quite isolate where this is actually occuring
> 
> i see the GETLINE and GETBYTES stuff but so far i cant follow the
> flow so well
> 
> im sending IAC+DO+ECHO and IAC+DO+SGA (supress go ahead) which should
> get the client into the right mode, but the connection read buffer is
> still boggling me, if u have any idea
> 


More information about the Mod_python mailing list