korfuri / django-prometheus

Export Django monitoring metrics for Prometheus.io
Apache License 2.0
1.44k stars 244 forks source link

Enhance process_request to handle non-numeric content length #430

Open helloleonguan opened 1 month ago

helloleonguan commented 1 month ago

We encountered errors with non-numeric content lengths. Exceptions are threw with 500. It's better to handle ill-formatted HTTP headers.