Skip to Content.
Sympa Menu

freetds - Re: Cancel problem

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Brian Bruns <camber AT ais.org>
  • To: TDS Development Group <freetds AT franklin.metalab.unc.edu>
  • Subject: Re: Cancel problem
  • Date: Wed, 4 Sep 2002 07:42:10 -0400 (EDT)



Ok, I've checked in a fix. I did some minimal testing since I need to get
going to work here in a few, but it seems to hold up.

Brian

On Wed, 4 Sep 2002, Brian Bruns wrote:

> On Wed, 4 Sep 2002, Brian Bruns wrote:
>
> > is the problem code. A simple fix is:
> >
> > ...
> > while (tds->s && (tds_read_packet(tds) || tds->in_buf[0] == 0x0f))
> > ...
> >
> > which is kinda kludgy.
>
> Scratch this one, we used to store the packet header but it look like we
> only read it locally now. One other thing though there is a check for a
> packet type of 0x04 in tds_read_packet which needs to be extended to
> include 0x0f
>
> Brian
>
>
> ---
> You are currently subscribed to freetds as: [camber AT ais.org]
> To unsubscribe, forward this message to $subst('Email.Unsub')
>
>





Archive powered by MHonArc 2.6.24.

Top of Page