index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
httpstream.lua
Commit message (
Collapse
)
Author
Age
Files
Lines
*
util.httpstream: Added support for chunked transfer encoding.
Waqas Hussain
2010-11-06
1
-1
/
+12
|
*
util.httpstream: Fixed a possible string to number comparison error.
Waqas Hussain
2010-11-06
1
-1
/
+2
|
*
util.httpstream: Don't attempt to read response body for HEAD requests, or ↵
Waqas Hussain
2010-11-06
1
-9
/
+16
|
|
|
|
when status code indicates no body is present.
*
util.httpstream: Added support for an options callback, to allow passing ↵
Waqas Hussain
2010-11-06
1
-3
/
+3
|
|
|
|
per-message options to the parser.
*
util.httpstream: A little refactoring of the coroutine control flow.
Waqas Hussain
2010-11-06
1
-3
/
+5
|
*
util.httpstream: Added support for HTTP response parsing.
Waqas Hussain
2010-11-05
1
-24
/
+55
|
*
util.httpstream: Fixed a nil variable access introduced in the last commit.
Waqas Hussain
2010-11-05
1
-0
/
+1
|
*
util.httpstream: Move HTTP header parsing into its own function.
Waqas Hussain
2010-11-05
1
-8
/
+10
|
*
util.httpstream: Refactored and simplified code to improve readability.
Waqas Hussain
2010-09-17
1
-19
/
+14
|
*
util.httpstream: Removed unused variables.
Waqas Hussain
2010-09-17
1
-5
/
+0
|
*
util.httpstream: Initial commit of the new HTTP parser.
Waqas Hussain
2010-09-04
1
-0
/
+89