Revision 9279f79af3e7122c100e53fce89fa0dab17d1e5f authored by Julien Tesson on 17 December 2019, 21:09:14 UTC, committed by Pierre Boutillier on 19 December 2019, 14:11:26 UTC
To detect the presence of a "default" entrypoint and get its type, the
current implementation uses the entrypoint typechecking RPC. If it
fails, it assumes that the entrypoint doesn't exists.

This patch discriminate the 404 Not Found error that indicates the
absence of such entrypoint with other error that can happen, for
example Forbidden access in presence of RPC filters, or internal error
in case of proxy malfunction.
1 parent 686bb91
Raw File
.gitattributes
.gitignore	export-ignore
.gitattributes	export-ignore
.gitlab-ci.yml	export-ignore
src/lib_version/current_git_info.ml	export-subst
back to top