bottlepy / bottle

bottle.py is a fast and simple micro-framework for python web-applications.
http://bottlepy.org/
MIT License
8.44k stars 1.47k forks source link

Skip If-Modified-Since check when client sends If-None-Match #1154

Open Hanaasagi opened 5 years ago

Hanaasagi commented 5 years ago

Skip checking If-Modified-Since if client already sends an If-None-Match. It will resolves #1132 .

Hanaasagi commented 5 years ago

CI failed, because it could not find Python 2.7.3.