Weekly github digest (HTTP Activity Summary)

Events without label "editorial"

Issues
------
* httpwg/http-core (+3/-9/πŸ’¬23)
  3 issues created:
  - Ben Kaduk's DISCUSS on Semantics - absolute URIs as request targets (by mnot)
    https://github.com/httpwg/http-core/issues/896 [h1-messaging] 
  - Mid-stream error semantics? (by tigt)
    https://github.com/httpwg/http-core/issues/895 
  - 11.6.1.  WWW-Authenticate (by reschke)
    https://github.com/httpwg/http-core/issues/893 

  7 issues received 23 new comments:
  - #896 Ben Kaduk's DISCUSS on Semantics - absolute URIs as request targets (3 by MikeBishop, mnot, royfielding)
    https://github.com/httpwg/http-core/issues/896 [h1-messaging] [has-proposal] 
  - #895 Mid-stream error semantics? (2 by kazuho, mnot)
    https://github.com/httpwg/http-core/issues/895 
  - #879 Should servers interpret Transfer-Encoding in 1.0 requests? (6 by asta12, mattiasgrenfeldt, reschke)
    https://github.com/httpwg/http-core/issues/879 [h1-messaging] 
  - #859 Γ‰ric Vyncke's COMMENT draft-ietf-httpbis-semantics-16 (2 by mnot)
    https://github.com/httpwg/http-core/issues/859 [semantics] 
  - #858 Lars Eggert COMMENT draft-ietf-httpbis-cache-16 (1 by mnot)
    https://github.com/httpwg/http-core/issues/858 [caching] 
  - #854 Roman Danyliw COMMENT draft-ietf-httpbis-semantics-16 (3 by mnot, royfielding)
    https://github.com/httpwg/http-core/issues/854 [semantics] 
  - #851 Genart last call review of draft-ietf-httpbis-semantics-16 (6 by mnot, reschke, royfielding)
    https://github.com/httpwg/http-core/issues/851 [semantics] 

  9 issues closed:
  - Lars Eggert COMMENT draft-ietf-httpbis-messaging-16 https://github.com/httpwg/http-core/issues/852 [h1-messaging] 
  - Validation, Last-Modified and scope of updates https://github.com/httpwg/http-core/issues/839 [caching] [has-proposal] 
  - Ben Kaduk's DISCUSS on Semantics - absolute URIs as request targets https://github.com/httpwg/http-core/issues/896 [h1-messaging] [has-proposal] 
  - Mid-stream error semantics? https://github.com/httpwg/http-core/issues/895 
  - Martin Duke COMMENT on draft-ietf-httpbis-semantics-16 https://github.com/httpwg/http-core/issues/857 [semantics] 
  - Robert Wilton COMMENT draft-ietf-httpbis-messaging-16 https://github.com/httpwg/http-core/issues/862 [h1-messaging] 
  - Lars Eggert COMMENT draft-ietf-httpbis-cache-16 https://github.com/httpwg/http-core/issues/858 [caching] 
  - Martin Duke COMMENT draft-ietf-httpbis-messaging-16 https://github.com/httpwg/http-core/issues/860 [h1-messaging] 
  - Zaheduzzaman Sarker COMMENT draft-ietf-httpbis-semantics-16 https://github.com/httpwg/http-core/issues/873 [semantics] 

* httpwg/http-extensions (+2/-1/πŸ’¬7)
  2 issues created:
  - priorities: security considerations mentions HTTP/3 concurrency but provides no recommendations (by LPardue)
    https://github.com/httpwg/http-extensions/issues/1569 
  - AD review for bcp56bis (by fpalombini)
    https://github.com/httpwg/http-extensions/issues/1568 

  2 issues received 7 new comments:
  - #1533 Registration policy for digest algorithm values (1 by ioggstream)
    https://github.com/httpwg/http-extensions/issues/1533 [digest-headers] 
  - #885 Define id- as a prefix for any Digest alg, not just id-sha-256 and id-sha-512 (6 by LPardue, ioggstream, jricher)
    https://github.com/httpwg/http-extensions/issues/885 [digest-headers] 

  1 issues closed:
  - How are DATAGRAM frames prioritized? https://github.com/httpwg/http-extensions/issues/1550 [priorities] 

* httpwg/http2-spec (+0/-4/πŸ’¬4)
  3 issues received 4 new comments:
  - #863 Minimum value setting mechanism of HTTP2.0 Window and Window_update (1 by martinthomson)
    https://github.com/httpwg/http2-spec/issues/863 
  - #849 Is Content-Length acceptable on CONNECT request? (1 by LPardue)
    https://github.com/httpwg/http2-spec/issues/849 
  - #826 Tweaking registry policies (2 by martinthomson, mnot)
    https://github.com/httpwg/http2-spec/issues/826 

  4 issues closed:
  - Is Content-Length acceptable on CONNECT request? https://github.com/httpwg/http2-spec/issues/849 
  - Tweaking registry policies https://github.com/httpwg/http2-spec/issues/826 
  - Errors at the border of framing and semantics https://github.com/httpwg/http2-spec/issues/865 [has-proposal] 
  - Minimum value setting mechanism of HTTP2.0 Window and Window_update https://github.com/httpwg/http2-spec/issues/863 



Pull requests
-------------
* httpwg/http-core (+6/-6/πŸ’¬7)
  6 pull requests submitted:
  - Check target URIs for scheme semantic mismatches (by mnot)
    https://github.com/httpwg/http-core/pull/898 
  - Only use absolute-form if it's a proxy (by mnot)
    https://github.com/httpwg/http-core/pull/897 
  - WWW-Authenticate is a response header field (closes #893) (by reschke)
    https://github.com/httpwg/http-core/pull/894 
  - Clarify that only selectable responses are updated (by mnot)
    https://github.com/httpwg/http-core/pull/892 
  - Feedback from Lars (by mnot)
    https://github.com/httpwg/http-core/pull/891 
  - Align field name requirements (by mnot)
    https://github.com/httpwg/http-core/pull/890 

  3 pull requests received 7 new comments:
  - #898 Check target URIs for scheme semantic mismatches (1 by wtarreau)
    https://github.com/httpwg/http-core/pull/898 
  - #897 Only use absolute-form if it's a proxy (2 by mnot, royfielding)
    https://github.com/httpwg/http-core/pull/897 
  - #882 Accept-Ranges is for Origin Servers (4 by MikeBishop, mnot, reschke, royfielding)
    https://github.com/httpwg/http-core/pull/882 

  6 pull requests merged:
  - Lars Eggert COMMENT draft-ietf-httpbis-messaging-16  (for #852)
    https://github.com/httpwg/http-core/pull/853 [h1-messaging] 
  - Clarify that only selectable responses are updated
    https://github.com/httpwg/http-core/pull/892 
  - Check target URIs for scheme semantic mismatches
    https://github.com/httpwg/http-core/pull/898 
  - Feedback from Lars
    https://github.com/httpwg/http-core/pull/891 
  - WWW-Authenticate is a response header field (closes #893)
    https://github.com/httpwg/http-core/pull/894 
  - Align field name requirements
    https://github.com/httpwg/http-core/pull/890 

* httpwg/http-extensions (+0/-1/πŸ’¬3)
  3 pull requests received 3 new comments:
  - #1559 priorities apply to HTTP and may be used by extensions (1 by LPardue)
    https://github.com/httpwg/http-extensions/pull/1559 [priorities] 
  - #1543 Fix: #1542. Add Content-Digest. (1 by ioggstream)
    https://github.com/httpwg/http-extensions/pull/1543 [digest-headers] 
  - #1378 Fix: #1377. Deprecate unixsum and unixcksum. (1 by ioggstream)
    https://github.com/httpwg/http-extensions/pull/1378 [digest-headers] 

  1 pull requests merged:
  - priorities apply to HTTP and may be used by extensions
    https://github.com/httpwg/http-extensions/pull/1559 [priorities] 

* httpwg/http2-spec (+3/-1/πŸ’¬8)
  3 pull requests submitted:
  - Change log for character validation (by martinthomson)
    https://github.com/httpwg/http2-spec/pull/872 
  - Change log for character validation (by martinthomson)
    https://github.com/httpwg/http2-spec/pull/871 
  - Alternate for #866 Invalid field handling (by gregw)
    https://github.com/httpwg/http2-spec/pull/868 

  3 pull requests received 8 new comments:
  - #871 Change log for character validation (1 by martinthomson)
    https://github.com/httpwg/http2-spec/pull/871 
  - #868 Alternate for #866 Invalid field handling (5 by gregw, martinthomson, mnot)
    https://github.com/httpwg/http2-spec/pull/868 
  - #866 Discuss invalid field names and values (2 by gregw, martinthomson)
    https://github.com/httpwg/http2-spec/pull/866 

  1 pull requests merged:
  - Discuss invalid field names and values
    https://github.com/httpwg/http2-spec/pull/866 


Repositories tracked by this digest:
-----------------------------------
* https://github.com/httpwg/http-core
* https://github.com/httpwg/http-extensions
* https://github.com/httpwg/http2-spec

Received on Sunday, 11 July 2021 07:34:10 UTC