Mercurial > pidgin
annotate po/README @ 27246:e28b627be482
A few changes to our code to handle chunked transfer-encodings (technically
required for http 1.1 clients, but I guess it hasn't been a problem until now?)
* Most importantly, check that the size of this chunk is less than the size
of the data remaining in the buffer. Otherwise malicious servers could
cause us to crash
* Handle reading chunks that have a semi-colon after them. It seems like
maybe this is allowed but almost never used?
* Assume len is non-NULL (it always is in our case)
* Add some comments
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 02 Jul 2009 07:33:17 +0000 |
parents | 0c7b74fc558e |
children |
rev | line source |
---|---|
25911
0c7b74fc558e
Lots of minor whitespace and comment changes:
Mark Doliner <mark@kingant.net>
parents:
25298
diff
changeset
|
1 For information on translating Pidgin, libpurple, and Finch, please see |
25298
da5c044a2437
Remove references to our former name in all translations and the README in
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
13348
diff
changeset
|
2 our wiki page at http://developer.pidgin.im/wiki/TipsForTranslators. |