gpsd-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gpsd-users] gpsd as gpsd client, error "Unrecognized request"


From: Larry Boyd
Subject: Re: [gpsd-users] gpsd as gpsd client, error "Unrecognized request"
Date: Wed, 28 Jun 2017 11:08:41 -0400

And a fix for the client side. Note that this is safe because the handle_request function is only called from one place, line 1666, which is inside a condition that checks that the first byte of buf is definitely a '?'. So instead of sending the '?' as a separate request, we just back the buffer up by one byte and send it out as one request.

Attachment: fix_request_split_client.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]