﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
1424	Not consistent type cast in ngx_unix_send()	Martijn81@…		"Maybe their is a reason for this, but below are 2 functions.
The check to determine if all data is send/received is inconsistent.
See below:

os/unix/ngx_recv.c:
124: if ((size_t) n < size) {
137: if ((size_t) n < size

os/unix/ngx_send.c:
40: if (n < (ssize_t) size) {

Variables n is ssize_t and size of size_t."	defect	closed	minor		other	1.13.x	wontfix	ngx_unix_send, ngx_unix_recv			https://github.com/nginx/nginx/blob/master/src
