[INN] #59: Support binary articles
INN
rra at stanford.edu
Sun Dec 14 09:16:07 UTC 2008
#59: Support binary articles
-------------------------+--------------------------------------------------
Reporter: eagle | Owner: eagle
Type: enhancement | Status: new
Priority: low | Milestone:
Component: general | Version:
Severity: wishlist | Keywords:
-------------------------+--------------------------------------------------
INN currently will not accept messages that contain embedded nul
characters. NNTP currently does not support raw binary articles, due
primarily to the requirement that all articles end in \r\n.\r\n with the
first \r\n considered to be part of the article and not part of the
terminator.
Supporting binary articles would allow much more efficient transmission of
some data types. The path would be through an NNTP extension. Clive
Feather's suggestion is:
* ARTICLE etc. have an extra parameter BINARY saying that binary is
understood, combined with new responses (260/261/262) where the length
comes before any other parameter
* POST, IHAVE etc. have an extra parameter BINARY saying that they want
to send a binary article, combined with new responses (360/365) to say
that a binary article may be sent.
(All the binary responses have 6 as the second digit instead of what it
would have been. Alternatively the last digit could be fiddled with.)
--
Ticket URL: <http://inn-new.eyrie.org/trac/ticket/59>
INN <http://www.eyrie.org/~eagle/software/inn/>
InterNetNews
More information about the inn-bugs
mailing list