latch-asgi 1.0.6.dev2__py3-none-any.whl → 1.0.6.dev3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -58,7 +58,18 @@ class Context(
58
58
  and "permessage-deflate" in offer.replace(" ", "").lower()
59
59
  and not _has_extensions_header(headers_out)
60
60
  ):
61
- headers_out["Sec-WebSocket-Extensions"] = "permessage-deflate"
61
+ # Minimal negotiation: if the client offered client_max_window_bits without a value,
62
+ # reply with a concrete value to satisfy browsers like Chrome.
63
+ offer_no_space = offer.replace(" ", "").lower()
64
+ if (
65
+ "client_max_window_bits" in offer_no_space
66
+ and "client_max_window_bits=" not in offer_no_space
67
+ ):
68
+ headers_out["Sec-WebSocket-Extensions"] = (
69
+ "permessage-deflate; client_max_window_bits=15"
70
+ )
71
+ else:
72
+ headers_out["Sec-WebSocket-Extensions"] = "permessage-deflate"
62
73
 
63
74
  await accept_connection(
64
75
  self.send, subprotocol=subprotocol, headers=headers_out or headers
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: latch-asgi
3
- Version: 1.0.6.dev2
3
+ Version: 1.0.6.dev3
4
4
  Summary: ASGI python server
5
5
  Author-Email: Max Smolin <max@latch.bio>
6
6
  License: CC0-1.0
@@ -1,7 +1,7 @@
1
- latch_asgi-1.0.6.dev2.dist-info/METADATA,sha256=tx_0GKsSwENtuPCCPZ3Mb295IFTQCQZG33gaBZE2OTM,585
2
- latch_asgi-1.0.6.dev2.dist-info/WHEEL,sha256=9P2ygRxDrTJz3gsagc0Z96ukrxjr-LFBGOgv3AuKlCA,90
3
- latch_asgi-1.0.6.dev2.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
4
- latch_asgi-1.0.6.dev2.dist-info/licenses/COPYING,sha256=ogEPNDSH0_dhiv_lT3ifVIdgIzHAqNA_SemnxUfPBJk,7048
1
+ latch_asgi-1.0.6.dev3.dist-info/METADATA,sha256=R-c22vgFW77i0aLLup4WBddzRhhl0SyNGdx2KStBTkU,585
2
+ latch_asgi-1.0.6.dev3.dist-info/WHEEL,sha256=9P2ygRxDrTJz3gsagc0Z96ukrxjr-LFBGOgv3AuKlCA,90
3
+ latch_asgi-1.0.6.dev3.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
4
+ latch_asgi-1.0.6.dev3.dist-info/licenses/COPYING,sha256=ogEPNDSH0_dhiv_lT3ifVIdgIzHAqNA_SemnxUfPBJk,7048
5
5
  latch_asgi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  latch_asgi/asgi_iface.py,sha256=JSmp9YnbcU7MymDcqo7DvIGGyP5wZWe-8QNtAtkgJnc,2199
7
7
  latch_asgi/auth.py,sha256=XG4lfgpiu88bAcXa_brGeadDn6BlQH8f_swKwv7Jqag,5874
@@ -9,7 +9,7 @@ latch_asgi/config.py,sha256=Tt3fj4sOz6TENfSIWI5_1fZM1aomIu9xQk4kfw4xDXA,276
9
9
  latch_asgi/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
10
  latch_asgi/context/common.py,sha256=8Mc1kaQoD0JUAkxD9URFOK4SFE8deJgJ1CroytbuV_Y,2654
11
11
  latch_asgi/context/http.py,sha256=dz9bB6ZDG7yMP3cVQVFBw-fXu5Nt2ErDhRPXGFy6GS0,959
12
- latch_asgi/context/websocket.py,sha256=eiJyHZtRoQPU8uswx1XgLiM4QsMzngupm5-pjFerpZQ,2573
12
+ latch_asgi/context/websocket.py,sha256=IOtRSYKQfSdvHDuElcqTRGL7gb9v3gYtUUacFndheQY,3132
13
13
  latch_asgi/datadog_propagator.py,sha256=tmFWHhsVZ9ClNDWkAz2SLym0almUekz9AwCrdzQaLU4,3346
14
14
  latch_asgi/framework/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
15
  latch_asgi/framework/common.py,sha256=YUd15n0wCj4REIePwu68qohPfDN5AEfav9qbaxiKVa8,847
@@ -17,4 +17,4 @@ latch_asgi/framework/http.py,sha256=mAZJrsYUPyh3PHt-IL3AEc4bNG1z3Sq8a7mA4o3fPZ0,
17
17
  latch_asgi/framework/websocket.py,sha256=KaRiGGXb635R0U3m_dm9nIT5iWYEWel1IH000MHN3t0,8017
18
18
  latch_asgi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
19
  latch_asgi/server.py,sha256=Gg1ZUm7LCRgYXUjyIDn6TuZTXSGYk1jUM20ZWC-fseY,18418
20
- latch_asgi-1.0.6.dev2.dist-info/RECORD,,
20
+ latch_asgi-1.0.6.dev3.dist-info/RECORD,,