mirror of
https://github.com/curl/curl.git
synced 2025-09-18 10:02:45 +03:00
test320: fix regression in [ci skip]
The value in question is coming directly from `gnutls-serv`, so it cannot
be modified freely.
Reported-by: Marcel Raad
Ref: 6ae6b2a533 (commitcomment-30621004)
This commit is contained in:
parent
ef695fc301
commit
16fefeee1e
|
@ -15,7 +15,7 @@ Content-type: text/html
|
||||||
|
|
||||||
|
|
||||||
<HTML><BODY>
|
<HTML><BODY>
|
||||||
<CENTER><H1>This is <a href="https://www.gnu.org/software/gnutls">GnuTLS</a></H1></CENTER>
|
<CENTER><H1>This is <a href="http://www.gnu.org/software/gnutls">GnuTLS</a></H1></CENTER>
|
||||||
|
|
||||||
|
|
||||||
<p>Session ID: <i>003030000100000001000000000000000030330001000000B062410001000000</i></p>
|
<p>Session ID: <i>003030000100000001000000000000000030330001000000B062410001000000</i></p>
|
||||||
|
@ -64,7 +64,7 @@ Content-type: text/html
|
||||||
|
|
||||||
|
|
||||||
<HTML><BODY>
|
<HTML><BODY>
|
||||||
<CENTER><H1>This is <a href="https://www.gnu.org/software/gnutls">GnuTLS</a></H1></CENTER>
|
<CENTER><H1>This is <a href="http://www.gnu.org/software/gnutls">GnuTLS</a></H1></CENTER>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user