Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the issue where the service name is not checked for null when adding to the request header #1727

Closed
hanbingleixue opened this issue Jan 2, 2025 · 0 comments · Fixed by #1728
Labels
kind/bug Something isn't working

Comments

@hanbingleixue
Copy link
Collaborator

What happened?

Before Spring is completely started, if a service is invoked but the service name is not initialized, an exception occurs when the request header is added.

How can we reproduce it (as minimally and precisely as possible)?

Before Spring is completely started, initiate a Feign request to reproduce the problem.

Anything else we need to know?

nothing

Sermant version

2.1.0

OS version

# On Linux:
$ cat /etc/os-release
# paste output here
$ uname -a
# paste output here

# On Windows:
C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture
# paste output here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
1 participant