Go Back   Cockos Incorporated Forums > REAPER Forums > REAPER Bug Reports

Reply
 
Thread Tools Display Modes
Old 11-23-2019, 07:26 AM   #1
cfillion
Human being with feelings
 
cfillion's Avatar
 
Join Date: May 2015
Location: Québec, Canada
Posts: 4,937
Default Web Interface: timeout when requesting folders on macOS (FIXED)

Code:
~> mkdir ~/Library/'Application Support'/REAPER/reaper_www_root/foobar
~> curl -v 127.0.0.1:8080/foobar
*   Trying 127.0.0.1...
* TCP_NODELAY set
* Connected to 127.0.0.1 (127.0.0.1) port 8080 (#0)
> GET /foobar HTTP/1.1
> Host: 127.0.0.1:8080
> User-Agent: curl/7.63.0
> Accept: */*
> 
< HTTP/1.1 200 OK
< Server:reaper_csurf_www/0.1
< Content-Type: application/octet-stream
< Expires: Sat, 23 Nov 2019 15:12:43 GMT
< Content-length: 68
< Connection: keep-alive
<
Since REAPER never sends those 68 bytes it promised, the connection gets stuck until the browser times it out. I would expect this request to try to serve the index.html within the folder or be a 404.

Last edited by cfillion; 11-23-2019 at 07:44 AM.
cfillion is offline   Reply With Quote
Old 11-23-2019, 05:44 PM   #2
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,721
Default

Ah yeah, it should give a 404, fixing.
Justin is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 09:55 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.