drakma

Drakma and Dexador both fails at USocket call while requesting localhost only, requesting the internet works fine

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-10 21:17:00
问题 There is an unexplained behavior for me for the moment, appreciate any clues. Background I have a locally running instance of wordpress via PHP built-in development webserver php -S localhost:8000 -t /doc/root/wordpress . The site works, I can fetch it with curl "http://localhost:8000/" successfully, I can open it in a web browser also. But simple programs like: (drakma:http-request "http://localhost:8000/") or (dexador:get "http://localhost:8000/") -- both fail. drakma fails with the