Hi,

I haven't fully trawled the mailing list archives to check if this has
been reported already, but neon-0.26.x has what looks like a
breaking change wrt. 0.25.x releases in lk_pre_send() -- it
now terminates the If: header thusly

   ne_buffer_czappend(req, "\n");

I believe this ought to be like it was previously,

   ne_buffer_zappend(req, EOL);

That certainly fixes the issues I came across when trying to use
litmus-0.11.

cheers
--sigbjorn

_______________________________________________
neon mailing list
[email protected]
http://mailman.webdav.org/mailman/listinfo/neon

Reply via email to