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

clarify unimplemented RequestContext metadata #180

Merged

Commits on Nov 16, 2016

  1. clarify unimplemented RequestContext metadata

    Previously, if users upgrading do not notice that there is a new
    RequestContext.metadata() method, their code will start failing
    in strange ways (requests timing out was the concrete example)
    because of the values supplied by the default implementation. It's
    a better solution to throw an exception, forcing implementations
    to actually override this method.
    pettermahlen committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    6ea740c View commit details
    Browse the repository at this point in the history