Commit 47595927 authored by Geoff Simmons's avatar Geoff Simmons

Revert "set ENOMEM consistently (I hope everywhere)"

This reverts commit c47dcc40.

This was only set for encoders, but the contract for encoders in
vmod_blobcode.h does not require setting errno, and it isn't
necessary, since insufficient space is the only cause for
encoders to fail (callers don't check errno, and don't need to).
parent 3482fa99
Pipeline #29 skipped