Displaying 20 results from an estimated 30 matches for "rfc2616".
2008 Apr 11
2
issues on Net:HTTP
in cotroller:
@url=URI.parse(''http://google.com.sg/webhp'')
@res = Net::HTTP.get_response(@clarifyurl)
in view: <%=@res.body>
this page displayed as
301 Moved
The document has moved here
what''s wrong with my code, I want to get the correct reponse HTML
content from google.
--~--~---------~--~----~------------~-------~--~----~
You received this message
2007 Dec 08
14
Small updates and release plan
Hello Guys,
I''ll like to suggest a small release fix before we start doing big
changes: platform fixes.
Current we''re setting MSWIN32 (mswin32) as platform for Windows gem,
but we should be using Gem::Platform::CURRENT instead (i386-mswin32 as
current Ruby windows implementation).
Also, the jruby/java platform need to be defined. That change will
ease the compatibility path
2003 Aug 24
1
Grandstream firmware update.
Just noticed that version 1.0.3.81 has been released on the Grandstream
website.
Have fun...
John
-------------------------------------------------------------------------
NetRom Internet Services 973-208-1339 voice
john@netrom.com 973-208-0942 fax
http://www.netrom.com
-------------------------------------------------------------------------
2003 Aug 25
0
Grandstream firmware update. {HTTP error}
...es using Mozilla on RH9..
> -=> On Sun, 24 Aug 2003 09:47:06 -0400 (EDT), John Vozza <john@netrom.com> said:
>
> > Just noticed that version 1.0.3.81 has been released on the
> > Grandstream website.
>
> Doh. I see they still haven't decided to comply with RFC2616 (HTTP).
> This has been a peeve since the first firmware release, but I guess
> they think I'm making this up. Who needs standards when IE works just
> fine? :)
>
> Instead of returning a status line, BudgeTone immediately sends the
> HTML content in reply. While IE seems t...
2012 Sep 25
2
Help
...discussion.
> There is also the #icecast IRC channel on freenode.
>
>
>
> I need to obtain all italian streams.
>>
>
> As of right now this is your best bet:
> http://dir.xiph.org/yp.xml
> Note: you really should implement support for compression according to
> RFC2616.
> It makes about a 10x difference in transferred data.
>
> Cheers
>
> Thomas
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast-dev/attachments/20120925/4b84bdb6/attachment.htm
2010 Jun 08
8
rails, ajax, json, and script
Could someone please demonstrate the code to send both json (or xml) AND
javascript (to be executed) in a single Ajax request?
Is this even possible?
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2012 Sep 27
2
Help
...consider a well behaved software:
- 100000 copies active at a given time, install base in the millions.
- Updates only when it really needs the list (e.g. the user opens the
'Internet streams' dialogue)
- When it needs the list it doesn't update more often than every e.g. 60min
- Uses RFC2616 compliant compression
30 requests per hour, 400kbit/s effective bandwidth usage.
(Those numbers are actually educated guesses based on real usage
statistics of dir.xiph.org)
Thanks for listening,
Thomas
2006 Aug 07
2
HTTP Pipelining
I am trying to understand why Mongrel so forcefully disables http
pipelining. The docs say because the spec is unclear, and it hurts
performance. These reasons smell... wrong. The HTTP spec is pretty
clear, and, er, I cannot find anywhere else that claims there is a
performance drawback, and lots of studies (and personal benchmarks
across years of writing webapps) showing how much it
2008 Jun 16
2
[PATCH] tweaks to the kate properties reported by oggzinfo
Hi,
Language should be Content-Language to match other uses,
and while there I think Category might as well become Content-Category
too, though this one doesn't "exist" AFAIK. I'm pretty sure these things
come from some standard, but I have no idea where, so if you know,
feel free to point my in the right direction.
Cheers
-------------- next part --------------
A non-text
2006 May 23
0
rails_asset_id, query strings, and browser caching
...uring path generation. and that number stripped
off again when the file is requested.
Other ideas?
Thanks,
Chris
[1] http://hypsometry.com/blog/on-browser-caching-asset-timestamping-and-rails
[2] http://www.thinkvitamin.com/features/webapps/serving-javascript-fast
[3] http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html
--
Chris Boone, Hypsometry
http://hypsometry.com/
Web Application Design & Development
2011 Mar 10
1
Can anyone help me understand Apache Errors?
LogWatch reports items like:
Connection attempts using mod_proxy:
83.167.123.83 -> 205.188.251.1:443: 1 Time(s)
83.167.123.83 -> 64.12.202.36:443: 2 Time(s)
Requests with error response codes
403 Forbidden
205.188.251.1:443: 1 Time(s)
64.12.202.36:443: 2 Time(s)
404 Not Found
//jmx-console/HtmlAdaptor: 1 Time(s)
/VINT_1984_THINK_DIFFERENT: 1 Time(s)
2007 Jan 03
0
`ActionController::Base#render :nothing => true` still whines about "missing template"
...oo/bar, I get an error about "missing
template bar.rhtml". Is this a bug?
(The solution eventually was `render :text => ''''`, but it really seems
like a hack and that `render => :nothing` should have been the valid
solution)
-Chris
[1] http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html - "204 No
Content: The server has fulfilled the request but does not need to
return an entity-body"
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group....
2006 Jun 28
12
Ajax.Updater
Hi,
someone can help me, I am ot able to find the way how to user
Ajax.updaterto test if the request give some positive or negative
result.
I am able only to return the result inside a div.
An example is appreciated.
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2012 Sep 24
3
Help
Hi, my name is renato and I'm trying to develope a player for Icecast
screams, how can I get some help?
I need to obtain all italian streams.
I hope someone answers.
Best
Renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast-dev/attachments/20120924/cae0c048/attachment.htm
2006 Mar 14
3
Check whether externam URL is valid?
Hey,
I have users entering URLs into my app, is there anyway in which I can
check to see if the URLs actually point to something before saving the
user input? Maybe a kind of ''ping''-action that returns true on success?
(btw: does anyone of a tentative release date for Rails1.1? I''ve been
slobbering all over my RailsRecipes book and I can''t wait! Also, Scott
2012 Sep 24
3
Help
Hi, my name is renato and I'm trying to develope a player for Icecast
screams, how can I get some help?
I need to obtain all italian streams.
I hope someone answers.
Best
Renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast-dev/attachments/20120924/cae0c048/attachment.htm
2010 Jun 02
8
Read error: #<TypeError: can't modify frozen string> raised from HttpParser
Hey guys,
Started running unicorn in a production server like two weeks ago.
It''s been running smoothly, but looking at the logs found 44
exceptions like this:
E, [2010-06-02T16:17:15.117071 #22680] ERROR -- : Read error:
#<TypeError: can''t modify frozen string>
E, [2010-06-02T16:17:15.117270 #22680] ERROR -- :
2012 Jun 10
3
Apache mod_cache/mod_disk_cache...?
....2/caching.html)
> • If the URL included a query string (e.g. from a HTML form GET method) it will not be cached unless the response specifies an explicit expiration by including an "Expires:" header or the max-age or s-maxage directive of the "Cache-Control:" header, as per RFC2616 sections 13.9 and 13.2.1.
However, when you look at the mod_cache doc itself
(http://httpd.apache.org/docs/2.2/mod/mod_cache.html#cacheignorequerystring)
> Ordinarily, requests with query string parameters are cached separately for each unique query string. This is according to RFC 2616/13.9 do...
2005 Mar 10
6
images from database + caching
Is the information in
http://wiki.rubyonrails.com/rails/show/HowtoUploadFiles on caching
images still the best way on how to cache images that are served from
the database?
I haven''t added time information to my image table yet, and the images
are sent after every single page view (even if it''s been downloaded
already).
Joe
2006 Aug 13
7
you can pass multiple parameters using link_to? anything bad
i just found out i can pass mutiple parameters from views like
<%= link_to doctype.name, :action => "show_towns", :id => doctype.name,
:id2 => doctype.id%>
silly me, i always had the impression that i could only pass 1. i guess
i dont have to use sessions after all for my site. is there anything
wrong with this?
basically instead of the user filling out