slimhazard
slimhazard
An application that uses the VSL API has intermittently experienced panics in production due to [this assertion](https://github.com/varnishcache/varnish-cache/blob/master/lib/libvarnishapi/vsl_dispatch.c#L1372) in vslq_next(), called by VSLQ_Dispatch(). The site is actually running Varnish 6.6, but...
This came up in the discussion of raspberrypi/pico-feedback#247. AFAICT there is no API in the SDK for accessing these two bits in DMA's `SNIFF_CTRL` register, so they have to be...
Previously this was always set to the value of the VRT_backend host header. That is still the default, but with the new parameter a different value may be set, or...
### Expected Behavior [What's New](https://varnish-cache.org/docs/trunk/whats-new/changes-7.3.html#esi-processing-changes) for Varnish 7.3 says of ESI includes: > ... only objects with 200 and 204 status will be included and any other status code will...
I started a thread in the Pico/General forum in which this subject is discussed in detail: https://forums.raspberrypi.com/viewtopic.php?p=2014571 The RP2040 datasheet and SDK doc say that the DMA sniffer computes CRC-32...
This problem was discussed on the SDK forum [here](https://forums.raspberrypi.com/viewtopic.php?p=2232662), where @kilograham thought it sounds like a bug. The issue arises with single-core FreeRTOS (`configNUMBER_OF_CORES=1`), starting the task scheduler on core0,...
This came up in the SDK forum, where @kilograham asked for a pico-feedback issue, so that it can be better documented. https://forums.raspberrypi.com/viewtopic.php?t=376508&sid=19c9d2fc64cb0e6ba4d4cac25787e270 Prior to version 2.0.0, it was sufficient to...