mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
Fix incompatible types, we need to use a char here for recv()
This commit is contained in:
+1
-1
@@ -1108,7 +1108,7 @@ static inline void fcgi_close(fcgi_request *req, int force, int destroy)
|
||||
DisconnectNamedPipe(pipe);
|
||||
} else {
|
||||
if (!force) {
|
||||
fcgi_header buf;
|
||||
char buf;
|
||||
|
||||
shutdown(req->fd, 1);
|
||||
/* read the last FCGI_STDIN header (it may be omitted) */
|
||||
|
||||
Reference in New Issue
Block a user