Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Push promise handler #34

Closed
wants to merge 5 commits into from
Closed

Push promise handler #34

wants to merge 5 commits into from

Commits on Dec 10, 2014

  1. unify Headers and Push Promise writes.

    As predicted, I ended up unifying the Headers and Push Promise packing.
    
    This is in preparation for reusing the writeResHeaders functionality
    of sending continuation frames if the headers are too big.
    DanielMorsing committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    ac3d87d View commit details
    Browse the repository at this point in the history
  2. initial implementation of server push

    The API uses loopback to the top handler in order to make sure that
    the resources being pushed are related to the resource being fetched.
    
    If the header parameter is nil, we copy the headers from the initiating
    request. This is mostly a shortcut for the common case where we don't
    want to specify any new request headers.
    DanielMorsing committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    c2f4843 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2015

  1. Merge branch 'pushhandler'

    brk0v committed Mar 9, 2015
    Configuration menu
    Copy the full SHA
    7199d11 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2015

  1. Improve server push logic: add client concurrent counter, set defalt …

    …client concurrent streams to 100 and make some code refactoring from DanielMorsing.
    Viacheslav Biriukov authored and brk0v committed Mar 15, 2015
    Configuration menu
    Copy the full SHA
    9cea105 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2015

  1. * refactoring: delete push field from stream structure;

    * add default priority and dependency for push stream;
    * add check in processData function for push stream.
    brk0v committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    26f9e93 View commit details
    Browse the repository at this point in the history