[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CAP Draft - 4.3. Response Format
<--->
4.3. Response Format
Server responses consist of a response code and any parameters:
<transfer-level response-code> [response args] [; debug text ; more
text] <CRLF>.<CRLF> [<application-data>] <CRLF>.<CRLF>
<--->
if there is no application data, should it end with
<crlf>.<crlf><crlf>.<crlf> ?
or should be
<transfer-level response-code> [response args] [; debug text ; more
text] <CRLF>.<CRLF> [<application-data> <CRLF>.<CRLF>]
H. Schmidt