I have just realised that the library is not cleaning up the occookie files after connecting to thredds server. I'm quering quite big dataset and every call to the thredds server creates one or several zero-sized cookie file. I assume this is a bug. Pls advise...
Environment Information
- What platform are you using? (please provide specific distribution/version in summary)
- 32 and/or 64 bit?
Summary of Issue
The cookie file creation happens around here:
https://github.com/Unidata/netcdf-c/blob/main/oc2/ocinternal.c#L567
and never gets removed.
Steps to reproduce the behavior
Try to open a netcdf dataset by connecting to thredds server (for example with ncdump). And you will find this:
/tmp/occookiezD3vrm
/tmp/occookiegZGMds
/tmp/occookieBfj6pz
/tmp/occookiejOUpVk
/tmp/occookie2Itjag
/tmp/occookievGJTR0
I have just realised that the library is not cleaning up the occookie files after connecting to thredds server. I'm quering quite big dataset and every call to the thredds server creates one or several zero-sized cookie file. I assume this is a bug. Pls advise...
Environment Information
Summary of Issue
The cookie file creation happens around here:
https://github.com/Unidata/netcdf-c/blob/main/oc2/ocinternal.c#L567
and never gets removed.
Steps to reproduce the behavior
Try to open a netcdf dataset by connecting to thredds server (for example with ncdump). And you will find this: