|
https://github.com/a1ive/ZenEmu/releases/tag/latest
在AI的帮助下添加了断点续传的支持。
现在测试虽然会有http->poll的报错,但是能成功wimboot/ntboot启动到桌面。
- --- HTTP Range Request Tester ---
- Server: 127.0.0.1:80
- Server Root: pxe\
- Setup: Test file 'pxe\\http_test_file.bin' created successfully (256 bytes).
- ---------------------------------
- --> Running Test: [Full file (no range)]
- [PASS] Status Code: 200
- [PASS] Content-Length: 256
- [PASS] Body Content: Data verified successfully.
- --> Test Result: PASS
- --> Running Test: [bytes=64-83]
- [PASS] Status Code: 206
- [PASS] Content-Length: 20
- [PASS] Body Content: Data verified successfully.
- --> Test Result: PASS
- --> Running Test: [bytes=64-]
- [PASS] Status Code: 206
- [PASS] Content-Length: 192
- [PASS] Body Content: Data verified successfully.
- --> Test Result: PASS
- --> Running Test: [bytes=-8]
- [PASS] Status Code: 206
- [PASS] Content-Length: 8
- [PASS] Body Content: Data verified successfully.
- --> Test Result: PASS
- --> Running Test: [bytes=0-]
- [PASS] Status Code: 206
- [PASS] Content-Length: 256
- [PASS] Body Content: Data verified successfully.
- --> Test Result: PASS
- --> Running Test: [bytes=0-255]
- [PASS] Status Code: 206
- [PASS] Content-Length: 256
- [PASS] Body Content: Data verified successfully.
- --> Test Result: PASS
- --> Running Test: [bytes=0-0]
- [PASS] Status Code: 206
- [PASS] Content-Length: 1
- [PASS] Body Content: Data verified successfully.
- --> Test Result: PASS
- --> Running Test: [bytes=0-1]
- [PASS] Status Code: 206
- [PASS] Content-Length: 2
- [PASS] Body Content: Data verified successfully.
- --> Test Result: PASS
- --> Running Test: [bytes=1-1]
- [PASS] Status Code: 206
- [PASS] Content-Length: 1
- [PASS] Body Content: Data verified successfully.
- --> Test Result: PASS
- ---------------------------------
- Teardown: Test file 'pxe\\http_test_file.bin' deleted.
- --- Test Summary ---
- Tests Passed: 9
- Tests Failed: 0
- --------------------
复制代码
这是单独的ews http server,和zemu内置的一样,但是能在cmd实时输出日志:
ews.zip
(52.31 KB, 下载次数: 2)
|
|