]> git.ipfire.org Git - thirdparty/tornado.git/commit
Implemented read_until_regex in tornado. This is similar to read_until(), except...
authorJeeyoung Kim <jeeyoung@contextlogic.com>
Mon, 22 Aug 2011 22:14:39 +0000 (15:14 -0700)
committerJeeyoung Kim <jeeyoung@contextlogic.com>
Mon, 22 Aug 2011 22:31:44 +0000 (15:31 -0700)
commit86404402d4d98e5559346b1533b8566af87978bd
tree5570b0345dbbb4393af2a12bba68e5596cbcd983
parent66a82a9b4c28b8de90c72f58cf8673ecdd6ce51c
Implemented read_until_regex in tornado. This is similar to read_until(), except it looks for a specific delimiter. This function is used to parse the header of the website, where it is delimited by '\n' only (like http://news.ycombinator.com/rss)
tornado/iostream.py
tornado/simple_httpclient.py