Searched defs:Shttp_conn_cl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c64 char Shttp_conn_cl[] = "Connection: close\r\n"; variable
910 n = sizeof (Shttp_conn_cl) - 1;
912 bcopy(Shttp_conn_cl, http_conn_cl->b_rptr, n);

Completed in 120 milliseconds