X7ROOT File Manager
Current Path:
/opt/alt/tests/alt-php85-pecl-http_4.3.1-5.el8/tests/helper
opt
/
alt
/
tests
/
alt-php85-pecl-http_4.3.1-5.el8
/
tests
/
helper
/
??
..
??
cookie.inc
(319 B)
??
cookie1.inc
(306 B)
??
cookie2.inc
(586 B)
??
dump.inc
(1.01 KB)
??
env.inc
(1.17 KB)
??
html
??
http2.crt
(1.15 KB)
??
http2.key
(1.64 KB)
??
pipeline.inc
(957 B)
??
proxy.inc
(862 B)
??
server.inc
(5.17 KB)
??
upload.inc
(567 B)
Editing: upload.inc
<?php include "dump.inc"; include "server.inc"; serve(function($client) { $request = new http\Message($client, false); if ($request->getHeader("Expect") === "100-continue") { $response = new http\Env\Response; $response->setEnvRequest($request); $response->setResponseCode(100); $response->send($client); } /* return the initial message as response body */ $response = new http\Env\Response; /* avoid OOM with $response->getBody()->append($request); */ dump_message($response->getBody()->getResource(), $request); $response->send($client); });
Upload File
Create Folder