When serializing text, encode all line breaks as CRLF pairs per the application/x...
authorDave Methvin <dave.methvin@gmail.com>
Fri, 31 Dec 2010 19:56:51 +0000 (13:56 -0600)
committerColin Snover <github.com@zetafleet.com>
Fri, 31 Dec 2010 19:56:51 +0000 (13:56 -0600)
commiteed3803c98bf5c074e40aad12f2e91435bf81154
tree22830c3ea217d930a675a3b402076cc4650856eb
parent7e2810fa950f24055384e0b3be5b282183540c39
When serializing text, encode all line breaks as CRLF pairs per the application/x-www-form-urlencoded specification. Fixes #6876.
src/ajax.js
test/unit/ajax.js