On Sat, 9 Mar 2024 00:44:40 -0800 Rahul Rameshbabu wrote: > + req = { > + 'header': { > + 'flags': 1 << 2, > + }, > + } You should be able to use the name of the flag instead of the raw value. Jiri added that recently, IIRC.
On Sat, 9 Mar 2024 00:44:40 -0800 Rahul Rameshbabu wrote: > + req = { > + 'header': { > + 'flags': 1 << 2, > + }, > + } You should be able to use the name of the flag instead of the raw value. Jiri added that recently, IIRC.