summary refs log tree commit diff stats
path: root/tests/stdlib/tasynchttpserver_transferencoding.nim
Commit message (Collapse)AuthorAgeFilesLines
* Disable tasynchttpserver_transferencoding on FreeBSD (#18122)vabresto2021-05-291-0/+1
|
* fix #17456 flaky test tasynchttpserver_transferencoding (#18052)vabresto2021-05-281-23/+32
|
* add getPort to resolve Port(0) (#17559)Timothee Cour2021-03-301-2/+1
| | | | | | | | | * add getPort to resolve Port(0) * fixup * use getPort in examples + tests * address comments: do not re-export Port
* Transfer-Encoding:chunked tests (#16678)vabresto2021-01-141-0/+81
* Add tests and fix extra newlines in body * Fixes per comments * Slight rephrase per comments * Improvements per comments * Add getSocket to reduce test flakiness per comment * Remove unused lines from header * Add doc comment to getSocket per comment * Apply witchcraft to replace `discard Future` * Return HTTP 400 on bad encoding in request * Fix runnable example for getSocket * Fix import to fix runnable examples * Even more imports for the example * Better self documenting runnable example * Add missing import * Import from module with correct signature * Resolve port type mismatch
7:09:17 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2015-04-24 17:09:17 -0700 1166' href='/akkartik/mu/commit/cpp/012transform?h=main&id=2fb94e3c4c4ade042fc1944f1bfa64609bff40b4'>2fb94e3c ^
37e4573b ^


05d17773 ^
37e4573b ^


3ba63579 ^




2fb94e3c ^
3ba63579 ^

ac0e9db5 ^
05d17773 ^
ac0e9db5 ^
05d17773 ^
3ba63579 ^
ac0e9db5 ^
05d17773 ^
3ba63579 ^





9cc16d04 ^
0f125d5f ^

37e4573b ^
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
52