blob: 11d0b1732ac33cd1a174336bea28cb8b240b81b6 [file] [log] [blame]
#!/usr/bin/env python3
import sys
sys.stdout.write(
'Connection: close\r\n'
'Content-Type: text/html\r\n\r\n'
'This should close a TCP connection in the client.\n'
)