[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: HTTP/1.1 500 Internal Server Error ON SERVER RUNNING V5R3



The COMM_xxxxx routines are different, depending on whether you're 
currently using SSL or not.

If you're using SSL, comm_LineRead() calls CommSSL_LineRead().  If 
you're not using SSL, it calls CommTCP_Lineread().   Same is true for 
any other comm_xxx procs.

Note that if you used the step-into function of your debugger, it 
would've shown you that.


Mark Sherwood wrote:
> A different question I was trying to debug the code and in the
> service program HTTPAPI4 I found a call to "comm_lineread". Where is
> this procedure? I looked all over for it.

-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------