Skip to content
Snippets Groups Projects
  1. Mar 07, 2015
  2. Mar 06, 2015
  3. Mar 05, 2015
  4. Mar 04, 2015
  5. Mar 03, 2015
  6. Mar 02, 2015
    • David Klempner's avatar
      Remove some debugging logs from the unary poll promote path · 0e61b2d2
      David Klempner authored
      I put these in while debugging correctness, and forgot to remove them.
      0e61b2d2
    • murgatroid99's avatar
      Fixed python link order · 4a171f8e
      murgatroid99 authored
      4a171f8e
    • murgatroid99's avatar
      Added rt link to python's setup.py · 4eb6e315
      murgatroid99 authored
      4eb6e315
    • Craig Tiller's avatar
      Fix flake · fa9b1a41
      Craig Tiller authored
      fa9b1a41
    • Craig Tiller's avatar
      Add clarifying comment · bb88a048
      Craig Tiller authored
      bb88a048
    • Craig Tiller's avatar
      Completion queue cleanup · f5fd4ba0
      Craig Tiller authored
      Make debugging a little easier, and remove an unnecessary assert
      f5fd4ba0
    • Eric Anderson's avatar
      Remove HTTP mappings from status.h · 5b53e35b
      Eric Anderson authored
      The mappings are a combination of useless, inaccurate, and harmful.
      Leave them out until they are helpful and correct.
      
      Fundamental issues:
       - If in need of mappings, a user would need HTTP -> gRPC code mappings.
         But the docs don't provide that since the mappings are not 1:1.
       - There _is no_ gRPC -> HTTP code mapping taking place in gRPC. This
         may change in the future, but until then the docs are misleading.
      
      But even given those were resolved, there are additional issues. Two
      obvious examples:
       - 501 Not Implemented is refering to HTTP methods such as GET and POST
         not being implement. That should not be used for gRPC methods not
         found (UNIMPLEMENTED).
       - 404 Not Found is for when the resource is not found. In gRPC, the
         resource is the gRPC method, not the parameters (NOT_FOUND). If there
         is a REST conversion layer on top of gRPC, then 404 would be
         appropriate, but that just shows that the mapping can not be
         canonical.
      5b53e35b
    • Craig Tiller's avatar
      Capitalization · 39b9a029
      Craig Tiller authored
      39b9a029
Loading