summary refs log tree commit diff stats
path: root/compiler/nimblecmd.nim
diff options
context:
space:
mode:
authordef <dennis@felsin9.de>2015-01-13 18:48:49 +0100
committerdef <dennis@felsin9.de>2015-01-13 18:48:49 +0100
commitf2c1b3be1341e85b17dc4dc5958a42f330285237 (patch)
tree1f79bab5c065616f651827a73bad301ffbe6768b /compiler/nimblecmd.nim
parent4754d2dcbde4be1e9d0de8f9b3c3502e66c4ca24 (diff)
downloadNim-f2c1b3be1341e85b17dc4dc5958a42f330285237.tar.gz
Fix body in httpclient
- Never append a newline to the body in a HTTP post.
- Pass the entire body to redirections, including multipart data
Diffstat (limited to 'compiler/nimblecmd.nim')
0 files changed, 0 insertions, 0 deletions
(#8591)' href='/ahoang/Nim/commit/tests/threads/t8535.nim?h=devel&id=ac0f5c83ca0d2dba96827f07b9d7a99c107144e7'>ac0f5c83c ^
a5ecbf823 ^
ac0f5c83c ^
32c9ca605 ^






808863325 ^
32c9ca605 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29