|
@@ -262,6 +262,9 @@ static int send_status(int sockfd, struct iovec *iovec, int status)
|
|
msg_size = proxy_marshal(iovec, 0, "ddd", header.type,
|
|
msg_size = proxy_marshal(iovec, 0, "ddd", header.type,
|
|
retval = socket_write(sockfd, iovec->iov_base, msg_size);
|
|
retval = socket_write(sockfd, iovec->iov_base, msg_size);
|