package sprawl
// Deprecated: remove
func TruncateSquidError(err error) error {
return err
}
func IsSquid503(err error) bool {
return false