commit | 1dc0a718839f8872a59c189da7243ee77a4fe782 | [log] [tgz] |
---|---|---|
author | Ali Raza <dev.aliraza@gmail.com> | Tue Mar 21 16:57:26 2023 +0500 |
committer | Ali Raza <dev.aliraza@gmail.com> | Tue Mar 21 17:05:21 2023 +0500 |
tree | e42584f9759894cb339e88cfa77a50cf2c198887 | |
parent | 16110f320dd5b6a40af87eaba4bf3af60cb0efd1 [diff] |
Add HTTP response code 'SC_ACCEPTED' (202) as success case in response handler Most of the webhook receivers return HTTP response code '202' when they receive payload successfully. One of the example is 'tekton pipelines'. We intend to add HTTP response code '202' as success case for gerrit webhook response handler Change-Id: I156dced45c7a1e4ff08b67df0fd68b211b5f5b10 Signed-off-by: Ali Raza <dev.aliraza@gmail.com>