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

Pushhandler #23

Closed
wants to merge 2 commits into from
Closed

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