Azure / Azure/azure-sdk-for-python

Investigate Content-Encoding zstd on Azure SDK starting Python 3.14

オープン
#43,371 コメント 0 件 リアクション 0 件 担当者 2 名 @xiangyan99 が担当を希望しています GitHub で見る
Azure.Core Core.Http question
主要言語
Python
スター
5.6k
フォーク
3.4k
平均マージ
2日
マージ済み PR(30日)
217

説明

Starting Python 3.14, Python starts to send through Accept-Encoding that it accepts "zstd", for instance:
```
Accept-Encoding: gzip, deflate, zstd
```

We need to investigate what happens if Azure picks up on that, and starts to return an encoded response with that format, with a header like that in response:
```
Content-Encoding: zstd
```

We do have code that check encoding with an exhaustive list, that may be at risk in 3.14. For instance:
https://github.com/Azure/azure-sdk-for-python/blob/483968503410f4b2a28e9948221d8f5d7ac20ec7/sdk/core/azure-core/azure/core/pipeline/transport/_aiohttp.py#L457

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。