asyncioproxy-ticket
Last change
on this file since 4f2c988 was
4fe52e6,
checked in by Fiona Klute <fiona.klute@…>, 2 years ago
|
Use gnutls-cli inline command to test TLS session resumption
This makes it possible to resume at any point during the connection,
not just at the start (before any request) like "--resume" does.
|
-
Property mode set to
100644
|
File size:
323 bytes
|
Line | |
---|
1 | !connection |
---|
2 | gnutls_params: |
---|
3 | - x509cafile=authority/x509.pem |
---|
4 | - inline-commands |
---|
5 | actions: |
---|
6 | - !request |
---|
7 | path: /test.txt |
---|
8 | expect: |
---|
9 | status: 200 |
---|
10 | body: |
---|
11 | exactly: | |
---|
12 | test |
---|
13 | - !resume {} |
---|
14 | - !request |
---|
15 | path: /test.txt |
---|
16 | expect: |
---|
17 | status: 200 |
---|
18 | body: |
---|
19 | exactly: | |
---|
20 | test |
---|
Note: See
TracBrowser
for help on using the repository browser.