304 Not Modified

0 views
Skip to first unread message

Shaine Gordon

unread,
Nov 29, 2013, 9:54:22 AM11/29/13
to node-...@googlegroups.com
Hi all, and thank you for node-webkit, truly awesome piece of software.

One thing that I have noticed in the Developer Tools, and that I never see a "304 Not Modified" on the "Network" tab.

This can be seen by using the following simple index.html

<html>
    <head>
        <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
    </head>
    <body>hello world</body>
</html>



jquery will load completely on every refresh, ie with a "200 OK"

opening this file in a regular browser will return "304 Not Modified" on subsequent refreshes.

I have set "page-cache": true, but this only seems to work in the "current session"


Maybe I am completely missing something?

Thanks

Kaiyang Lv

unread,
Dec 11, 2013, 4:22:05 AM12/11/13
to node-...@googlegroups.com
I tried with the code you provided above under ubuntu12.04 v0.8.2, it works fine for me.
Reply all
Reply to author
Forward
0 new messages