Raspberry Pi(arch linuxを実行)でxspパッケージに付属するサンプルアプリケーションを実行しようとしていますが、残念ながら、http応答がブラウザーに送信される前に接続が閉じられているようです。「NODATARECEIVED」というメッセージがChromeに表示されます。
ただし、xspは「Application_Start」を出力するだけで、他には何も起こりません(chromeがデータを受信していないと言う以外は)
これが私がすることです:
$ xsp2
xsp2
Listening on address: 0.0.0.0
Root directory: /srv/http/test
Listening on port: 8080 (non-secure)
Hit Return to stop the server.
Application_Start
そしてChromeの出力:
No data received
Unable to load the webpage because the server sent no data.
Here are some suggestions:
Reload this webpage later.
Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.
もちろん、私のLinuxPCボックスでは問題なく動作します。
私が35ドルのボードからあまりにも多くを奪おうとしている以外の洞察を得た場合は、私に知らせてください。