Skip to content

Commit a17dd09

Browse files
committed
fix(client): server_log removed from client free() method
1 parent 9dc2d19 commit a17dd09

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Asynchronous, non-blocking [SAP NetWeawer RFC SDK](https://support.sap.com/en/pr
1414
- [Features](#features)
1515
- [Supported platforms](#supported-platforms)
1616
- [Requirements](#requirements)
17-
- [SAP NW RFC SDK 7.50.11](#sap-nw-rfc-sdk-75011)
17+
- [SAP NW RFC SDK 7.50 Patch Level 12](#sap-nw-rfc-sdk-750-patch-level-12)
1818
- [Docker](#docker)
1919
- [Windows](#windows)
2020
- [macOS](#macos)
@@ -52,7 +52,7 @@ Asynchronous, non-blocking [SAP NetWeawer RFC SDK](https://support.sap.com/en/pr
5252

5353
## Requirements
5454

55-
### SAP NW RFC SDK 7.50.11
55+
### SAP NW RFC SDK 7.50 Patch Level 12
5656

5757
- see [SAP Note 3274546](https://launchpad.support.sap.com/#/notes/3274546) for a list of bug fixes and enhancements made with this patch release
5858
- Using the latest version is recommended as SAP NWRFC SDK is fully backwards compatible, from today S4, down to R/3 release 4.6C.

src/pyrfc/_cyrfc.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,6 @@ cdef class Connection:
628628
can be delayed by the garbage collection and problems may occur
629629
when too many connections are opened.
630630
"""
631-
_server_log("Connection", f"{self.handle} free")
632631
self._close()
633632
if self._connection is not None:
634633
self._connection._free()

0 commit comments

Comments
 (0)