Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unknown warning in development mode

When ever i run my application in development mode i get this warning message

Started GET "/assets/playerbg.png" for 127.0.0.1 at 2012-01-07 03:30:53 -0500

Served asset /playerbg.png - 304 Not Modified (0ms)

[2012-01-07 03:30:53] WARN Could not determine content-length of response body. Set content-length of the response or set Response#chunked = true

please how can i go about this message.

like image 802
Uchenna Avatar asked Dec 10 '22 03:12

Uchenna


1 Answers

It's an issue with Webrick and ruby 1.9.3. Nothing to worry about.

If you use Thin, you won't see this warning.

like image 191
Sergio Tulentsev Avatar answered Dec 25 '22 02:12

Sergio Tulentsev