mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:43:31 +03:00
- Alexey Borzov filed bug report #2535504
(http://curl.haxx.se/bug/view.cgi?id=2535504) pointing out that realms with quoted quotation marks in HTTP Digest headers didn't work. I've now added test case 1095 that verifies my fix.
This commit is contained in:
parent
f29e383575
commit
82ca52713b
5 changed files with 169 additions and 20 deletions
|
|
@ -60,7 +60,7 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \
|
|||
test1072 test1073 test1074 test1075 test1076 test1077 test1078 test1079 \
|
||||
test1080 test1081 test1082 test1083 test1084 test1085 test633 test634 \
|
||||
test635 test636 test637 test558 test559 test1086 test1087 test1088 \
|
||||
test1089 test1090 test1091 test1092 test1093 test1094
|
||||
test1089 test1090 test1091 test1092 test1093 test1094 test1095
|
||||
|
||||
filecheck:
|
||||
@mkdir test-place; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue