docker-archive / go-p9p

A modern, performant 9P library for Go.
Apache License 2.0
206 stars 50 forks source link

client: log messages with unknown tags #10

Closed stevvooe closed 8 years ago

stevvooe commented 8 years ago

Several clients have experienced panics after receiving unknown tags. The exact cause of these unknown messages is unknown. It is also not clear whether an unknown tag should be fatal to the session.

This change provides more information in the panic message which we can then use to better understand this condition.

Signed-off-by: Stephen J Day stephen.day@docker.com

Related to #2

stevvooe commented 8 years ago

@FrenchBen Merging this now. Please give it a try and we'll work from there.