Skip to content

Commit 7d911d2

Browse files
committed
tests/net_inet: Add 'Strict-Transport-Security' to exp file.
Because micropython.org now adds this to the headers. Signed-off-by: Damien George <damien@micropython.org>
1 parent f842a40 commit 7d911d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/net_inet/uasyncio_tcp_read_headers.py.exp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ b'Content-Length: 54'
55
b'Connection: close'
66
b'Vary: Accept-Encoding'
77
b'ETag: "54306c85-36"'
8+
b'Strict-Transport-Security: max-age=15768000'
89
b'Accept-Ranges: bytes'
910
close
1011
done

0 commit comments

Comments
 (0)