[issue17302] HTTP/2.0 - Implementations/Testing efforts

2013-03-01 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> postponed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue17302] HTTP/2.0 - Implementations/Testing efforts

2013-02-27 Thread Christian Heimes
Changes by Christian Heimes : -- nosy: +christian.heimes ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue17302] HTTP/2.0 - Implementations/Testing efforts

2013-02-27 Thread karl
karl added the comment: Read the thread. Thanks Antoine. Better understanding. I'm still discovering how the community is really working. Trying to fix a few things in the mean time http://bugs.python.org/issue12921 http://bugs.python.org/issue747320 http://bugs.python.org/issue11448 http://b

[issue17302] HTTP/2.0 - Implementations/Testing efforts

2013-02-27 Thread Antoine Pitrou
Antoine Pitrou added the comment: > agreed on HTTP/1.1, is there a plan to fix it too ;) because the > current http.server seems to be untouchable without breaking stuff > all around :) The way to do it without breaking compatibility would be to write a new handler, see my platonic proposal at h

[issue17302] HTTP/2.0 - Implementations/Testing efforts

2013-02-26 Thread karl
karl added the comment: agreed on HTTP/1.1, is there a plan to fix it too ;) because the current http.server seems to be untouchable without breaking stuff all around :) -- ___ Python tracker _

[issue17302] HTTP/2.0 - Implementations/Testing efforts

2013-02-26 Thread Senthil Kumaran
Senthil Kumaran added the comment: Yes, feature complete of 1.1 will be a start. :( -- nosy: +orsenthil ___ Python tracker ___ ___ Pyt

[issue17302] HTTP/2.0 - Implementations/Testing efforts

2013-02-26 Thread Antoine Pitrou
Antoine Pitrou added the comment: It should certainly be done outside of python.org. Also, I think the stdlib already lacks some HTTP/1.1 features, better start there... -- nosy: +pitrou ___ Python tracker ___

[issue17302] HTTP/2.0 - Implementations/Testing efforts

2013-02-26 Thread karl
New submission from karl: Are there plans to develop an HTTP/2.0 library in parallel of the specification development? It will not be ready before years, but it would be good to have an evolving implementation. Or should it be done outside of python.org? Reference: https://github.com/http2 --