Skip to content

Bot timeout on conversationUpdate request should result in 502 instead of 401 #133

@compulim

Description

@compulim

Related to microsoft/BotFramework-WebChat#2409.

Repro steps:

  1. Start a conversation and post an activity, e.g. in Web Chat
  2. The bot should receive conversationUpdate activity HTTP request before any user-originated activity
  3. Instead of returning the HTTP response, let the request time out

Expected:

POST to directline.botframework.com/.../conversations/<cid>/activities should return 502 Gateway Timeout.

Actual:

We received 401 Unauthorized.

Additional context:

We are unsure if an "enhanced" token is used. We are sure it is a token generated via Direct Line channel.

Metadata

Metadata

Assignees

Labels

P0bugSomething isn't workingcustomer-replied-toRequired for internal Azure reporting. Do not delete. Do not change color.customer-reportedAs opposed to development work item.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions