[Gambas-user] Warning! Incompatible change in revision #5975

Benoît Minisini gambas at ...1...
Tue Nov 26 17:03:34 CET 2013


Hi,

In revision #5975, I fixed the gb.web Response class so that now 
buffered responses use the "Windows" end-of-line by default (CR+LF) and 
not the "Unix" end-of-line (LF). The unbuffered responses still use the 
"Windows" end-of-line by default.

This fix is not backward-compatible, as now if you do nothing (i.e. if 
you don't use the new Response.EndOfLine property), your buffered 
responses will send CR+LF instead of just LF at each end-of-line.

So, be careful!

-- 
Benoît Minisini




More information about the User mailing list