sillygod / cdp-cache

a caddy 2 proxy cache plugin
MIT License
119 stars 17 forks source link

add HEAD process #21

Closed sillygod closed 4 years ago

sillygod commented 4 years ago

Purpose

When receiving the http HEAD method, we don't need to trigger the writeBody function. This way, we can prevent some error happening.