mirror of
https://github.com/django/django.git
synced 2025-12-04 00:55:36 +00:00
Refs #27083 -- Updated conditional header comparison to match RFC 7232.
This commit is contained in:
parent
5a51b44936
commit
22e303887b
5 changed files with 166 additions and 72 deletions
|
|
@ -9,5 +9,6 @@ urlpatterns = [
|
|||
url('^condition/etag/$', views.etag_view1),
|
||||
url('^condition/etag2/$', views.etag_view2),
|
||||
url('^condition/unquoted_etag/$', views.etag_view_unquoted),
|
||||
url('^condition/weak_etag/$', views.etag_view_weak),
|
||||
url('^condition/no_etag/$', views.etag_view_none),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue