Searched refs:report_ack (Results 1 - 1 of 1) sorted by relevance

/haiku/3rdparty/mmu_man/scripts/
H A DHardwareChecker.sh45 report_ack="<html><head></head><body><h1>Done! You can close this window now.</h1></body></html>"
52 (echo -e "HTTP/1.1 100 Continue\r\n\r\n"; echo -e "HTTP/1.1 200 OK\r\nDate: $(date)\r\nContent-Type: text/html\r\nContent-Length: ${#report_ack}\r\n\r\n$report_ack") | $netcat -q 1 -l -p $report_port > "$report_file"

Completed in 29 milliseconds