Skip to main content

handle_h3_request

Function handle_h3_request 

Source
async fn handle_h3_request(
    server: Arc<Server>,
    channel: Arc<Channel>,
    sub_senders: Arc<RwLock<HashMap<SubscriptionID, Sender<NewNotification>>>>,
    req: Request<()>,
    stream: RequestStream<BidiStream<Bytes>, Bytes>,
) -> Result<()>