Skip to main content

all_headers

Function all_headers 

Source
pub fn all_headers(transaction: u64) -> Vec<u8> 
Expand description

The ALL_HEADERS block every batch and RPC carries in TDS 7.2 and later.

It exists to name the transaction the request belongs to; getting it wrong makes the server reject the request rather than run it outside the transaction, which is the safer of the two failure modes.