QUIC client and server setup with page access on localhost

806 views
Skip to first unread message

Testsriblg Lg

unread,
Jun 1, 2016, 9:49:41 AM6/1/16
to QUIC Prototype Protocol Discussion group
Hi ,
I am new in QUIC. and i am trying to setup QUIC client and server on localhost for that i followed below link
https://www.chromium.org/quic/playing-with-quic

I am trying to run client and server on port 443 .
Quic server is successfully running on port 443and i am trying to access page using below command
 google-chrome   --user-data-dir=/tmp/chrome-profile   --no-proxy-server   --enable-quic   --origin-to-force-quic-on=www.example.org:443   --host-resolver-rules='MAP www.example.org:443 127.0.0.1:443'   https://www.example.org

It is showing following error on QUIC server
[0601/190952:VERBOSE1:spdy_utils.cc(164)] Successfully parsed headers:
{
  :method:GET
  :authority:www.example.org
  :scheme:https
  :path:/favicon.ico
  user-agent:Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36
  accept:*/*
  referer:https://www.example.org/
  accept-encoding:gzip, deflate, sdch
  accept-language:en-US,en;q=0.8
}

[0601/190952:VERBOSE1:reliable_quic_stream.cc(346)] Server: Done reading from stream 7
[0601/190952:VERBOSE1:quic_in_memory_cache.cc(143)] Get response for resource failed: host www.example.org path /favicon.ico
[0601/190952:VERBOSE1:quic_simple_server_stream.cc(150)] Response not found in cache.
[0601/190952:VERBOSE1:quic_simple_server_stream.cc(210)] Sending not found response for stream 7

[0601/190952:VERBOSE1:spdy_header_block.cc(125)] Inserting: (:status, 404)
[0601/190952:VERBOSE1:spdy_header_block.cc(125)] Inserting: (content-length, 14)
[0601/190952:VERBOSE1:quic_simple_server_stream.cc(243)] Writing headers (fin = 0) :
{
  :status:404
  content-length:14
}


Please help me how to solve above problem step by step.

Thanks

Ryan Hamilton

unread,
Jun 1, 2016, 2:47:45 PM6/1/16
to proto...@chromium.org
Sounds like you need to add favicon.ico to /tmp/chrome-profile?

--
You received this message because you are subscribed to the Google Groups "QUIC Prototype Protocol Discussion group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to proto-quic+...@chromium.org.
To post to this group, send email to proto...@chromium.org.
For more options, visit https://groups.google.com/a/chromium.org/d/optout.

Reply all
Reply to author
Forward
Message has been deleted
Message has been deleted
0 new messages