📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-07-01 21:27:02
📂
/ (Root)
/
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
🔄 Refresh
✏️
Editing: upload.inc
Read Only
<?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); });
💾 Save Changes
❌ Cancel