Update git submodules

* Update swift from branch 'master'
  - Merge "py3: Be able to parse non-RFC-compliant request lines"
  - py3: Be able to parse non-RFC-compliant request lines
    
    There's a bug in CPython [1] that causes servers to mis-parse request
    lines that include the bytes \x85 or \xa0.  Naturally, we have
    functional tests that (with high probability) will send such request
    lines. There's a fix proposed, but the earliest it's likely to land
    would be for 3.8, and we need to be able to target an earlier Python.
    
    So, intercept the request line immediately before parsing and re-write
    it to be RFC-compliant. Note that this is done for Python 2 as well,
    though there should be no change in the request environment that
    eventlet eventually hands to us.
    
    [1] https://bugs.python.org/issue33973
    
    Change-Id: Ie648f5c04d4415f3b620fb196fa567ce7575d522
This commit is contained in:
Zuul 2019-05-03 21:08:45 +00:00 committed by Gerrit Code Review
parent 33222ff8d2
commit f499093617
1 changed files with 1 additions and 1 deletions

2
swift

@ -1 +1 @@
Subproject commit 8585c8742e6fac698a488fc28514c9b3f078e5eb
Subproject commit 4ee9545805f52ff0da5c56ab04abf6f053b31a50