﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
30015	HTTP server doesn't clear previous request data in keep-alive connection.	Konstantin Alekseev	nobody	"Django 2.1.4 affected.
Commit that enabled keep-alive connections https://github.com/django/django/commit/934acf1126995f6e6ccba5947ec8f7561633c27f
Bug: if you make two requests in one keep-alive connection and first request posted data that wasn't read in the view
then on second request that data will be read alongside with first line of the new request.
As a result request.method will contain ""..data from previous request...POST""

Pull request with test and possible fix https://github.com/django/django/pull/10732"	Bug	closed	HTTP handling	2.1	Release blocker	fixed	keep-alive, server	Florian Apolloner	Ready for checkin	1	0	0	0	0	0
