summary refs log tree commit diff stats
path: root/tests/modules/mexportb.nim
diff options
context:
space:
mode:
authorDaehee <hello@daehee.com>2021-01-22 07:04:52 -0700
committerGitHub <noreply@github.com>2021-01-22 15:04:52 +0100
commit2d0cb18b9f092fad54abefed475218ae92fc846c (patch)
tree1b6fadeff534eaab8a41cf429520ef50609c07d4 /tests/modules/mexportb.nim
parentbebfbaa439194a15a9630d0e86ed677dde27c372 (diff)
downloadNim-2d0cb18b9f092fad54abefed475218ae92fc846c.tar.gz
Fix SIGSEGV in httpclient response body (#16766)
* initialize httpclient response bodyStream; prevent SIGSEGV when getBody is false

* Update lib/pure/httpclient.nim

* Update lib/pure/httpclient.nim

Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
Diffstat (limited to 'tests/modules/mexportb.nim')
0 files changed, 0 insertions, 0 deletions
om> 2015-09-07 10:37:27 -0700 2177' href='/akkartik/mu/commit/html/fork.mu.html?h=main&id=f5465e1220d73e237c51897b7d1211ec53b0dc04'>f5465e12 ^
c5ffb6e1 ^












f5465e12 ^





c5ffb6e1 ^

f5465e12 ^




c5ffb6e1 ^




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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51