[html5] r2430 - [g] (2) Make the request sent by ping='' include an entity body, to enable even [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Nov 23 21:28:48 PST 2008


Author: ianh
Date: 2008-11-23 21:28:47 -0800 (Sun, 23 Nov 2008)
New Revision: 2430

Modified:
   index
   source
Log:
[g] (2) Make the request sent by ping='' include an entity body, to enable even easier recognition. (credit: jr)

Modified: index
===================================================================
--- index	2008-11-22 02:14:01 UTC (rev 2429)
+++ index	2008-11-24 05:28:47 UTC (rev 2430)
@@ -17,7 +17,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 22 November 2008</h2>
+   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 24 November 2008</h2>
    <p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <dl><dt>Multiple-page version:</dt>
@@ -38364,10 +38364,10 @@
 
   <p>For URLs that are HTTP URLs, the requests must be performed by
   <a href=#fetch title=fetch>fetching</a> the specified URLs using the
-  POST method, with an empty entity body in the request. All relevant
-  cookie and HTTP authentication headers must be included in the
-  request. Which other headers are required depends on the URLs
-  involved.</p>
+  POST method, with an entity body with the MIME type <code title="">text/ping</code> consisting of the four-character string
+  "<code title="">PING</code>". All relevant cookie and HTTP
+  authentication headers must be included in the request. Which other
+  headers are required depends on the URLs involved.</p>
 
   <dl class=switch><dt>If both the <span title="the document's
    address">address</span><!-- XXXDOCURL --> of the

Modified: source
===================================================================
--- source	2008-11-22 02:14:01 UTC (rev 2429)
+++ source	2008-11-24 05:28:47 UTC (rev 2430)
@@ -43634,10 +43634,11 @@
 
   <p>For URLs that are HTTP URLs, the requests must be performed by
   <span title="fetch">fetching</span> the specified URLs using the
-  POST method, with an empty entity body in the request. All relevant
-  cookie and HTTP authentication headers must be included in the
-  request. Which other headers are required depends on the URLs
-  involved.</p>
+  POST method, with an entity body with the MIME type <code
+  title="">text/ping</code> consisting of the four-character string
+  "<code title="">PING</code>". All relevant cookie and HTTP
+  authentication headers must be included in the request. Which other
+  headers are required depends on the URLs involved.</p>
 
   <dl class="switch">
 




More information about the Commit-Watchers mailing list