5 commenti (5 commenti)0 reazioni (0 reazioni)0 assegnatari (0 assegnatari)PHP1 fork (1 fork)auto 404
good first issuetype:enhancement
Metriche repository
- Star
- 2 stelle (2 stelle)
- Metriche merge PR
- Metriche PR in attesa (Metriche PR in attesa)
Descrizione
Compression algorithms add a suffix to the header value for compressed data.
https://www.rfc-editor.org/rfc/rfc9110.html#section-8.8.3
The middleware HttpCacheMiddleware generates a value for the fyS754q1xuoNp Etag. Compression algorithms add the suffix -gzip or -br to the fyS754q1xuoNp value.
Guida contributor
- Direzione di ricerca
- Esamina la generazione corrente dell'ETag in HttpCacheMiddleware. Identifica dove viene applicata la compressione e modifica l'ETag per includere il suffisso appropriato ( gzip o br) come da RFC 9110 Sezione 8.8.3.
- Tech stack
- php
- Dominio
- backend
- Tipo issue
- Bug
- Prerequisiti
- PHPHTTP